minor indenting corrections
authorClifford Wolf <clifford@clifford.at>
Sun, 19 Oct 2014 16:42:03 +0000 (18:42 +0200)
committerClifford Wolf <clifford@clifford.at>
Sun, 19 Oct 2014 16:42:03 +0000 (18:42 +0200)
frontends/ast/ast.cc

index e41416efc54e1144d70eadd828788913bb565bce..7a7bd30389f33e71b9b2a1817df8acf6ca34a184 100644 (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