Whitespace changes only.
[pspp] / src / language / dictionary / split-file.c
index 73cc20a0570ddb9d8ed4e4c324356a578aa2ffdf..48eec2958161224e021db6600152562543194588 100644 (file)
@@ -50,7 +50,7 @@ cmd_split_file (struct lexer *lexer, struct dataset *ds)
       size_t n;
 
       /* For now, ignore SEPARATE and LAYERED. */
-      (void) ( lex_match_id (lexer, "SEPARATE") || lex_match_id (lexer, "LAYERED") );
+      (void) (lex_match_id (lexer, "SEPARATE") || lex_match_id (lexer, "LAYERED"));
 
       lex_match (lexer, T_BY);
       if (!parse_variables (lexer, dataset_dict (ds), &v, &n, PV_NO_DUPLICATE))