summary refs log tree commit diff stats
path: root/tests/trmacros/tcse.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trmacros/tcse.nim')
-rw-r--r--tests/trmacros/tcse.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trmacros/tcse.nim b/tests/trmacros/tcse.nim
index ff04f7d83..023a8f298 100644
--- a/tests/trmacros/tcse.nim
+++ b/tests/trmacros/tcse.nim
@@ -6,7 +6,7 @@ template cse{f(a, a, x)}(a: expr{(nkDotExpr|call|nkBracketExpr)&noSideEffect},
                          f: expr, x: varargs[expr]): expr =
   let aa = a
   f(aa, aa, x)+4
-  
+
 var
   a: array[0..10, int]
   i = 3