diff libinterp/corefcn/urlwrite.cc @ 18712:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents af04b9d9f7ed
children 6443693a176f
line wrap: on
line diff
--- a/libinterp/corefcn/urlwrite.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libinterp/corefcn/urlwrite.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -391,7 +391,7 @@
         }
 
 
-      if (param.numel () % 2 == 1 )
+      if (param.numel () % 2 == 1)
         {
           error ("urlwrite: number of elements in PARAM must be even");
           return retval;
@@ -539,7 +539,7 @@
           return retval;
         }
 
-      if (param.numel () % 2 == 1 )
+      if (param.numel () % 2 == 1)
         {
           error ("urlread: number of elements in PARAM must be even");
           return retval;