3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 04:48:46 +00:00

Fix tabs/spaces

This commit is contained in:
Miodrag Milanovic 2022-01-26 16:39:51 +01:00
parent be7be63fec
commit 226dc659f0

View file

@ -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;