Whitespace changes only.
[pspp] / src / language / expressions / evaluate.c
index bd3f46def36a81f922e97c61354c1591d72c44f4..aa85f2c354004db4d3f0715dade21b9003dc59a3 100644 (file)
@@ -152,7 +152,7 @@ cmd_debug_evaluate (struct lexer *lexer, struct dataset *dsother UNUSED)
               goto done;
             }
 
-         if  ( ds == NULL )
+         if  (ds == NULL)
            {
              ds = dataset_create (NULL, "");
              d = dataset_dict (ds);
@@ -181,7 +181,7 @@ cmd_debug_evaluate (struct lexer *lexer, struct dataset *dsother UNUSED)
       else
         break;
     }
-  
+
   if (!lex_force_match (lexer, T_SLASH))
       goto done;