diff options
author | Araq <rumpf_a@web.de> | 2015-06-21 10:57:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-06-21 10:57:26 +0200 |
commit | 3444b8707907a7d7a9d22fde022cba55a1e2206a (patch) | |
tree | 7ee23917bc39435ff40411d163f8f773b5cb35cf /compiler/options.nim | |
parent | e85aa3db0736535d7e1ecc14707f7c8f6c858078 (diff) | |
download | Nim-3444b8707907a7d7a9d22fde022cba55a1e2206a.tar.gz |
fixed indentation
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 398d3171d..bc70cd657 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -302,7 +302,7 @@ proc completeGeneratedFilePath*(f: string, createSubDir: bool = true): string = try: createDir(subdir) when noTimeMachine: - excludeDirFromTimeMachine(subdir) + excludeDirFromTimeMachine(subdir) except OSError: writeLine(stdout, "cannot create directory: " & subdir) quit(1) |