summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-15 11:55:36 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-15 11:55:36 +0100
commitd5a3220a808752e0535d0667cf6f27c49ea0f504 (patch)
tree1f1df0f6c6e8e9dd541809aa21fa2eb1bebeacaa /src
parentbe090bed15aefa6d5893288ae5bed81ea12f9724 (diff)
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/Postscript.cxx2
1 files changed, 1 insertions, 1 deletions
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';