summary refs log tree commit diff stats
path: root/tests/misc/theaproots.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/theaproots.nim')
-rw-r--r--tests/misc/theaproots.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/theaproots.nim b/tests/misc/theaproots.nim
index aec140f42..77d0207b0 100644
--- a/tests/misc/theaproots.nim
+++ b/tests/misc/theaproots.nim
@@ -1,7 +1,7 @@
-type 
+type
   Bar = object
     x: int
-  
+
   Foo = object
     rheap: ref Bar
     rmaybe: ref Bar
@@ -31,7 +31,7 @@ proc test(maybeFoo: var Foo,
   maybeFoo.list[3] = bb
   maybeFoo.listarr[3] = bb
   acc(maybeFoo) = bb
-  
+
   var localFoo: Foo
   localFoo.rstack = bb
   localFoo.list[3] = bb