Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / language / dictionary / variable-display.c
index 2632ce9e8975a5d5798c53f20a33b390831271e6..ef43c5313e4aed91b860648a8233331f780f5ab1 100644 (file)
    02110-1301, USA. */
 
 #include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
-#include <libpspp/alloc.h>
+
+#include <procedure.h>
+#include <data/variable.h>
 #include <language/command.h>
-#include <libpspp/message.h>
 #include <language/lexer/lexer.h>
+#include <libpspp/alloc.h>
+#include <libpspp/message.h>
 #include <libpspp/str.h>
-#include <data/variable.h>
 
 /* Set variables' alignment
    This is the alignment for GUI display only.
@@ -42,7 +45,6 @@ cmd_variable_alignment (void)
       size_t i;
       enum alignment align;
 
-
       if (!parse_variables (default_dict, &v, &nv, PV_NONE))
         return CMD_FAILURE;