Whitespace changes only
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 7 Jun 2017 12:23:29 +0000 (14:23 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 7 Jun 2017 12:23:29 +0000 (14:23 +0200)
src/ui/gui/psppire-import-assistant.c

index bd69629d84e803cc12e5519048e7d2e6dbb9c7d8..dfd64dc214c3a3f51427f76d584cf9c28abb0608 100644 (file)
@@ -189,16 +189,17 @@ struct separator
 /* All the separators in the dialog box. */
 static const struct separator separators[] =
   {
-    {"space", ' '},
-    {"tab", '\t'},
-    {"bang", '!'},
-    {"colon", ':'},
-    {"comma", ','},
-    {"hyphen", '-'},
-    {"pipe", '|'},
+    {"space",     ' '},
+    {"tab",       '\t'},
+    {"bang",      '!'},
+    {"colon",     ':'},
+    {"comma",     ','},
+    {"hyphen",    '-'},
+    {"pipe",      '|'},
     {"semicolon", ';'},
-    {"slash", '/'},
+    {"slash",     '/'},
   };
+
 #define SEPARATOR_CNT (sizeof separators / sizeof *separators)
 
 struct separator_count_node