summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-08-09 10:01:59 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-08-09 14:16:26 +0200
commitf1092512e3c9c0c4b9c744fcef49db6b9c5a5623 (patch)
treeb59f23809e896eedb8ed792f58d007437453bfff /compiler
parente56da28bcf66f2ce68446b4422f887799d7b6c61 (diff)
downloadNim-f1092512e3c9c0c4b9c744fcef49db6b9c5a5623.tar.gz
tiny style changes
Diffstat (limited to 'compiler')
-rw-r--r--compiler/modules.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/modules.nim b/compiler/modules.nim
index 1b4746484..9120bd1b6 100644
--- a/compiler/modules.nim
+++ b/compiler/modules.nim
@@ -49,7 +49,7 @@ proc hashChanged(fileIdx: int32): bool =
                                        else: hashNotChanged
     # echo "TESTING Hash: ", fileIdx.toFilename, " ", result
 
-  case gMemCacheData[fileIdx].hashStatus:
+  case gMemCacheData[fileIdx].hashStatus
   of hashHasChanged:
     result = true
   of hashNotChanged: