Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / stats / sort-criteria.c
index c22f1b0f7b33b42312805da24834202fd7c2cb6f..5ac07efb89d2ac4fbd6bc71112579f245f23f0cc 100644 (file)
@@ -44,7 +44,7 @@ parse_case_ordering (struct lexer *lexer, const struct dictionary *dict,
   struct case_ordering *ordering = case_ordering_create (dict);
   const struct variable **vars = NULL;
   size_t var_cnt = 0;
-  
+
  if (saw_direction != NULL)
     *saw_direction = false;