From: John Darrington Date: Thu, 9 May 2019 17:25:24 +0000 (+0200) Subject: src/language/stats/examine.c: Whitespace changes only. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edcf839b61451c61f3ea9eb62b38b09872bd9793;p=pspp src/language/stats/examine.c: Whitespace changes only. --- diff --git a/src/language/stats/examine.c b/src/language/stats/examine.c index 20fb46f3be..dabcdfe9b3 100644 --- a/src/language/stats/examine.c +++ b/src/language/stats/examine.c @@ -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; }