diff libgui/graphics/ButtonGroup.cc @ 22188:1344509a480c

style fixes * ButtonGroup.cc, marker.h, xzip.cc, randmtzig.cc: Don't comment #else or #endif. Prefer #if defined.
author John W. Eaton <jwe@octave.org>
date Wed, 27 Jul 2016 18:25:31 -0400
parents 6780a8657be3
children c69805d1fa64
line wrap: on
line diff
--- a/libgui/graphics/ButtonGroup.cc	Wed Jul 27 14:52:09 2016 +0100
+++ b/libgui/graphics/ButtonGroup.cc	Wed Jul 27 18:25:31 2016 -0400
@@ -20,7 +20,7 @@
 
 */
 
-#ifdef HAVE_CONFIG_H
+#if defined (HAVE_CONFIG_H)
 #  include "config.h"
 #endif