diff libinterp/parse-tree/oct-parse.in.yy @ 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 112b20240c87
children 0f6fc2ec3b1a
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy	Thu Jun 30 11:05:15 2016 -0400
+++ b/libinterp/parse-tree/oct-parse.in.yy	Thu Jun 30 11:41:49 2016 -0400
@@ -32,7 +32,7 @@
 #define YYDEBUG 1
 
 #if defined (HAVE_CONFIG_H)
-#include "config.h"
+#  include "config.h"
 #endif
 
 #include <cassert>