3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Fixed identation

This commit is contained in:
Benedikt Tutzer 2019-04-01 13:36:01 +02:00
parent 03d1606b42
commit 072c939380

View file

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