3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

minor indenting corrections

This commit is contained in:
Clifford Wolf 2014-10-19 18:42:03 +02:00
parent 3202ba621c
commit 750c615e7f

View file

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