diff libinterp/corefcn/gl2ps-renderer.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 5b7643257978
children 35241c4b696c
line wrap: on
line diff
--- a/libinterp/corefcn/gl2ps-renderer.cc	Thu Dec 03 10:23:38 2015 -0800
+++ b/libinterp/corefcn/gl2ps-renderer.cc	Thu Dec 03 10:46:28 2015 -0800
@@ -455,7 +455,7 @@
   // When using "tex" or when the string has only one line and no
   // special characters, use gl2ps for alignment
   if (lst.empty () || term.find ("tex") != std::string::npos
-      || (lst.size () == 1  && ! lst.front ().get_code ()))
+      || (lst.size () == 1 && ! lst.front ().get_code ()))
     {
       std::string name = fontname;
       int sz = fontsize;