diff libinterp/parse-tree/lex.ll @ 22003:2d3972b802ff

use consistent style for including config.h in source files
author John W. Eaton <jwe@octave.org>
date Thu, 30 Jun 2016 11:41:49 -0400
parents f31f30a9348f
children c2c668b3051b
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll	Thu Jun 30 11:05:15 2016 -0400
+++ b/libinterp/parse-tree/lex.ll	Thu Jun 30 11:41:49 2016 -0400
@@ -33,7 +33,7 @@
 
 %top {
 #if defined (HAVE_CONFIG_H)
-#include "config.h"
+#  include "config.h"
 #endif
 
 #if defined (HAVE_PRAGMA_GCC_DIAGNOSTIC)