Whitespace changes only.
[pspp] / src / language / dictionary / numeric.c
index e306d6b9d28c8ebe4cf4a46493df02e2adcf6a7c..c04e8eba7a0f9f4797dbaf95276c5bae16b24c6f 100644 (file)
@@ -58,7 +58,7 @@ cmd_numeric (struct lexer *lexer, struct dataset *ds)
          if (!parse_format_specifier (lexer, &f))
            goto fail;
 
-         if ( ! fmt_check_output (&f))
+         if (! fmt_check_output (&f))
            goto fail;
 
          if (fmt_is_string (f.type))