diff libgui/src/m-editor/file-editor-tab.h @ 21066:258c787cd9ce

maint: Use "FIXME:" consistently in code base. * file-editor-tab.h, mxarray.in.h, pr-output.cc, symtab.h, ov-bool-sparse.h, ov-bool.h, ov-float.h, ov-scalar.h, ov-str-mat.cc, oct-parse.in.yy, f77-fcn.h, lo-specfun.cc, randmtzig.c, randpoisson.c, lo-ieee.h, oct-rl-edit.c, sparse-util.h: Use "FIXME:" consistently in code base.
author Rik <rik@octave.org>
date Thu, 14 Jan 2016 07:02:41 -0800
parents 759fcdf3666d
children 8fbd30e3f2e9
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.h	Thu Jan 14 06:20:28 2016 -0500
+++ b/libgui/src/m-editor/file-editor-tab.h	Thu Jan 14 07:02:41 2016 -0800
@@ -33,7 +33,7 @@
 #include <QLabel>
 #include <QComboBox>
 
-// FIXME -- we should not be including config.h in header files.
+// FIXME: We should not be including config.h in header files.
 // Only needed for octave_value_list type.
 #ifdef HAVE_CONFIG_H
 #include <config.h>