mirror of https://github.com/YosysHQ/yosys.git
Fixed identation
This commit is contained in:
parent
03d1606b42
commit
072c939380
|
@ -63,7 +63,7 @@
|
|||
extern "C" PyObject* INIT_MODULE();
|
||||
#else
|
||||
# define INIT_MODULE initlibyosys
|
||||
extern "C" void INIT_MODULE();
|
||||
extern "C" void INIT_MODULE();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue