mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
minor indenting corrections
This commit is contained in:
parent
3202ba621c
commit
750c615e7f
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#include <cmath>
|
# include <cmath>
|
||||||
#else
|
#else
|
||||||
#include <math.h>
|
# include <math.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
YOSYS_NAMESPACE_BEGIN
|
YOSYS_NAMESPACE_BEGIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue