src/language/stats/examine.c: Whitespace changes only.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 9 May 2019 17:25:24 +0000 (19:25 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 10 May 2019 11:11:30 +0000 (13:11 +0200)
src/language/stats/examine.c

index 20fb46f3be09a13216009496f986653d882aae72..dabcdfe9b35e6135f929444535a889f069ad7ac6 100644 (file)
@@ -1766,7 +1766,7 @@ cmd_examine (struct lexer *lexer, struct dataset *ds)
 
   if ( totals_seen && nototals_seen)
     {
-      msg (SE, _("%s and %s are mutually exclusive"),"TOTAL","NOTOTAL");
+      msg (SE, _("%s and %s are mutually exclusive"), "TOTAL", "NOTOTAL");
       goto error;
     }