summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-01-15 10:01:45 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-01-15 10:02:09 +0100
commitfbf9b1f88af5f56e095574b6d3bddbe4246b0a16 (patch)
tree43a26052f531df3c4634964c78e91e66dea325b4 /testament
parent1d941b87352dc675fdedac274ddf0b9d43c8d5c5 (diff)
downloadNim-fbf9b1f88af5f56e095574b6d3bddbe4246b0a16.tar.gz
fixed indentation
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim5
1 files changed, 2 insertions, 3 deletions
diff --git a/testament/categories.nim b/testament/categories.nim
index 4ff50af97..54b4272ee 100644
--- a/testament/categories.nim
+++ b/testament/categories.nim
@@ -600,7 +600,7 @@ proc runJoinedTest(r: var TResults, cat: Category, testsDir: string) =
   get from Nim cmd
   put outputGotten.txt, outputGotten.txt, megatest.nim there too
   delete upon completion, maybe
-  ]# 
+  ]#
   var outDir = nimcacheDir(testsDir / "megatest", "", targetC)
   const marker = "megatest:processing: "
 
@@ -707,10 +707,9 @@ proc processCategory(r: var TResults, cat: Category, options, testsDir: string,
     runJoinedTest(r, cat, testsDir)
   else:
     var testsRun = 0
-
     var files: seq[string]
     for file in walkDirRec(testsDir &.? cat.string):
-        if isTestFile(file): files.add file
+      if isTestFile(file): files.add file
     files.sort # give reproducible order
 
     for i, name in files: