git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42957 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -121,7 +121,7 @@ void print_proj4(int dontprettify)
if (i == proj4mod && *i == ' ')
continue;
- if (*i == ' ' && !(dontprettify))
+ if (*i == ' ' && *(i+1) == '+' && !(dontprettify))
fputc('\n', stdout);
else
fputc(*i, stdout);