diff liboctave/system/file-stat.h @ 20792:d0991cbd6141

maint: Remove extra spaces in if () conditionals. * gl2ps-renderer.cc, symbfact.cc, ov-base.cc, file-stat.h: Remove extra spaces in if () conditionals.
author Rik <rik@octave.org>
date Thu, 03 Dec 2015 10:46:28 -0800
parents f7084eae3318
children 93748bcaec17
line wrap: on
line diff
--- a/liboctave/system/file-stat.h	Thu Dec 03 10:23:38 2015 -0800
+++ b/liboctave/system/file-stat.h	Thu Dec 03 10:46:28 2015 -0800
@@ -235,7 +235,7 @@
 
   void get_stats (const std::string& n, bool force = false)
   {
-    if (n != file_name || ! initialized  || force)
+    if (n != file_name || ! initialized || force)
       {
         initialized = false;
 
@@ -293,7 +293,7 @@
 
   void get_stats (int n, bool force = false)
   {
-    if (n != fid || ! initialized  || force)
+    if (n != fid || ! initialized || force)
       {
         initialized = false;