From: Clifford Wolf Date: Sun, 19 Oct 2014 16:42:03 +0000 (+0200) Subject: minor indenting corrections X-Git-Tag: yosys-0.4~24 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=750c615e7f01d44db4a7d504024b3681a56d8a78;p=yosys.git minor indenting corrections --- diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index e41416efc..7a7bd3038 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