summary refs log tree commit diff stats
path: root/tests/procvar/tprocvar.nim
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-09-04 23:04:32 +0200
committerAdam Strzelecki <ono@java.pl>2015-09-04 23:04:32 +0200
commite80465dacf50f260abec30ae57d37b298c93fd83 (patch)
tree393394f8353a4adb49f95e6f13da1fd41681b7b3 /tests/procvar/tprocvar.nim
parentac9c1cd6b980d4f00eeb52d1109d8e2c8cd21213 (diff)
downloadNim-e80465dacf50f260abec30ae57d37b298c93fd83.tar.gz
tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
Diffstat (limited to 'tests/procvar/tprocvar.nim')
-rw-r--r--tests/procvar/tprocvar.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/procvar/tprocvar.nim b/tests/procvar/tprocvar.nim
index 56f76c613..f523aa391 100644
--- a/tests/procvar/tprocvar.nim
+++ b/tests/procvar/tprocvar.nim
@@ -13,6 +13,6 @@ proc huh(x, y: var int) =
 
 proc so(c: TCallback) =
   c(2, 4)
-  
+
 so(huh)
 
5637c6dd99aba3'>^
e25474154 ^
fd522aa40 ^
e25474154 ^


d171a8b36 ^
e25474154 ^

d171a8b36 ^
e25474154 ^





















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61