diff libgui/src/m-editor/marker.cc @ 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 d92dcbcd7691
children bac0d6f07a3e
line wrap: on
line diff
--- a/libgui/src/m-editor/marker.cc	Thu Jun 30 11:05:15 2016 -0400
+++ b/libgui/src/m-editor/marker.cc	Thu Jun 30 11:41:49 2016 -0400
@@ -21,7 +21,7 @@
 */
 
 #if defined (HAVE_CONFIG_H)
-#include "config.h"
+#  include "config.h"
 #endif
 
 #if defined (HAVE_QSCINTILLA)