diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index e41416ef..7a7bd303 100644 --- a/frontends/ast/ast.cc +++ b/frontends/ast/ast.cc @@ -34,9 +34,9 @@ #include #if defined(__APPLE__) -#include +# include #else -#include +# include #endif YOSYS_NAMESPACE_BEGIN