mirror of https://github.com/YosysHQ/yosys.git
Fix tabs/spaces
This commit is contained in:
parent
be7be63fec
commit
226dc659f0
|
@ -58,7 +58,7 @@ class FstData
|
||||||
void recalc_time_offsets(fstHandle signal, std::vector<uint64_t> time);
|
void recalc_time_offsets(fstHandle signal, std::vector<uint64_t> time);
|
||||||
|
|
||||||
fstHandle getHandle(std::string name);
|
fstHandle getHandle(std::string name);
|
||||||
private:
|
private:
|
||||||
void extractVarNames();
|
void extractVarNames();
|
||||||
|
|
||||||
struct fstReaderContext *ctx;
|
struct fstReaderContext *ctx;
|
||||||
|
|
Loading…
Reference in New Issue