diff options
author | Araq <rumpf_a@web.de> | 2014-09-09 21:31:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-09-09 21:31:34 +0200 |
commit | 490371977e8ff61ccebe505b33edada0d674ac25 (patch) | |
tree | 0ed60989917f6c53f859a80214910dba2031c35a /compiler/pretty.nim | |
parent | 12796b6c86444e253c5ba8ae9ec05e26bc0b4285 (diff) | |
download | Nim-490371977e8ff61ccebe505b33edada0d674ac25.tar.gz |
some improvements for nimfix
Diffstat (limited to 'compiler/pretty.nim')
-rw-r--r-- | compiler/pretty.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pretty.nim b/compiler/pretty.nim index 436181bbc..e6d2d7b70 100644 --- a/compiler/pretty.nim +++ b/compiler/pretty.nim @@ -41,7 +41,7 @@ proc overwriteFiles*() = f.write line.strip(leading = false, trailing = true) else: f.write line - f.write("\L") + f.write(gSourceFiles[i].newline) f.close except IOError: rawMessage(errCannotOpenFile, newFile) |