diff options
author | Oleg Endo <olegendo@gcc.gnu.org> | 2019-04-29 19:20:33 +0900 |
---|---|---|
committer | Oleg Endo <olegendo@gcc.gnu.org> | 2019-04-29 19:20:33 +0900 |
commit | 4f15e7f00fa2b073d6df39d4af7171f2a3f07bc9 (patch) | |
tree | a81952a90066194e5cbbf23d17cf602d83ee0f10 /kernel/yosys.h | |
parent | e531fb203aedeb3863ebf8add0bbd8251183d27a (diff) | |
download | yosys-4f15e7f00fa2b073d6df39d4af7171f2a3f07bc9.tar.gz yosys-4f15e7f00fa2b073d6df39d4af7171f2a3f07bc9.tar.bz2 yosys-4f15e7f00fa2b073d6df39d4af7171f2a3f07bc9.zip |
fix codestyle formatting
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r-- | kernel/yosys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index d64904151..82eb069ab 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -257,7 +257,7 @@ std::string make_temp_dir(std::string template_str = "/tmp/yosys_XXXXXX"); bool check_file_exists(std::string filename, bool is_exec = false); bool is_absolute_path(std::string filename); void remove_directory(std::string dirname); -std::string escape_filename_spaces (const std::string& filename); +std::string escape_filename_spaces(const std::string& filename); template<typename T> int GetSize(const T &obj) { return obj.size(); } int GetSize(RTLIL::Wire *wire); |