From d5a3220a808752e0535d0667cf6f27c49ea0f504 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann <Johannes.Hofmann@gmx.de> Date: Thu, 15 Jan 2009 11:55:36 +0100 Subject: whitespace --- src/Postscript.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Postscript.cxx b/src/Postscript.cxx index 1e15ff1..2f652cf 100644 --- a/src/Postscript.cxx +++ b/src/Postscript.cxx @@ -317,7 +317,7 @@ void PSWriter::write_string(FILE *out, char *s) { write_string(out, &(s[1])); return; } else { - for(int i=0; i<strlen(s); i++) { + for(int i = 0; i < strlen(s); i++) { if ((glyph = char_to_glyph(&(s[i]))) != NULL) { char *s1 = strdup(s); s1[i] = '\0'; -- cgit v1.2.3