diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-22 13:59:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-22 13:59:11 (GMT) |
commit | 4f35be7be85adc2e1aa7812a0ba053f9bc584370 (patch) | |
tree | 707fa6647964d8161e2c3b8073535652f34d4e48 /macosx | |
parent | 0a539ef4bde6811ba28df6b2cedf93b37817c0f4 (diff) | |
download | tk-4f35be7be85adc2e1aa7812a0ba053f9bc584370.zip tk-4f35be7be85adc2e1aa7812a0ba053f9bc584370.tar.gz tk-4f35be7be85adc2e1aa7812a0ba053f9bc584370.tar.bz2 |
end-of-line spacing
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXPrint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXPrint.c b/macosx/tkMacOSXPrint.c index f0b3693..38cd1ca 100644 --- a/macosx/tkMacOSXPrint.c +++ b/macosx/tkMacOSXPrint.c @@ -239,7 +239,7 @@ FinishPrint( * to output location. */ if ([pathExtension isEqualToString: @ "pdf"]) { - + /*Make sure no file conflict exists.*/ if ([fileManager fileExistsAtPath: finalPath]) { [fileManager removeItemAtPath: finalPath error: &error]; @@ -251,7 +251,7 @@ FinishPrint( return status; } - /* + /* * Is the target file PostScript? If so, run print file * through CUPS filter to convert back to PostScript. */ |