Whitespace changes only.
[pspp] / tests / output / render-test.c
index 49a76a66adaec574572f632ca76a64e5e68dfc06..19bb0ccfab5321a8312b015bfe466ec43e5009f6 100644 (file)
@@ -346,7 +346,7 @@ replace_newlines (char *p)
 {
   char *q;
 
-  for (q = p; *p != '\0'; )
+  for (q = p; *p != '\0';)
     if (*p == '\\' && p[1] == 'n')
       {
         *q++ = '\n';