From: John Darrington Date: Wed, 7 Jun 2017 12:23:29 +0000 (+0200) Subject: Whitespace changes only X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=83a339038782e9cde5d53016f4a70a07813a99ca Whitespace changes only --- diff --git a/src/ui/gui/psppire-import-assistant.c b/src/ui/gui/psppire-import-assistant.c index bd69629d84..dfd64dc214 100644 --- a/src/ui/gui/psppire-import-assistant.c +++ b/src/ui/gui/psppire-import-assistant.c @@ -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