mirror of https://github.com/YosysHQ/yosys.git
minor indenting corrections
This commit is contained in:
parent
3202ba621c
commit
750c615e7f
|
@ -34,9 +34,9 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <cmath>
|
||||
# include <cmath>
|
||||
#else
|
||||
#include <math.h>
|
||||
# include <math.h>
|
||||
#endif
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
|
Loading…
Reference in New Issue