diff libinterp/octave-value/ov-base.cc @ 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 b6f2909e7f94
children 1142cf6abc0d
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.cc	Thu Dec 03 10:23:38 2015 -0800
+++ b/libinterp/octave-value/ov-base.cc	Thu Dec 03 10:46:28 2015 -0800
@@ -441,7 +441,7 @@
 
   print (output_buf);
 
-  if (print_padding  && pad_after && ! Vcompact_format)
+  if (print_padding && pad_after && ! Vcompact_format)
     newline (output_buf);
 }