summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-09 15:04:48 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-09 15:04:48 -0700
commitccc481fc79513de54cb59595115e03b131c408c3 (patch)
tree8b3fd942ed7935ae4ed0f3cccdf5e1b40d2b7a3a
parent44902d15a720a0fb10550f03d00324db82b9531c (diff)
parent0b9adb1f2690baecc173e362acaa7e592540070d (diff)
Merge pull request #412 from cbrueffer/misc
Kill EOF whitespace.
-rw-r--r--core/util.h1
-rw-r--r--testing/misc_tools.c6
-rw-r--r--testing/rect.py1
3 files changed, 0 insertions, 8 deletions
diff --git a/core/util.h b/core/util.h
index a93be08a..b85fbd39 100644
--- a/core/util.h
+++ b/core/util.h
@@ -10,4 +10,3 @@ uint64_t random_64b();
10bool ipp_eq(IP_Port a, IP_Port b); 10bool ipp_eq(IP_Port a, IP_Port b);
11bool id_eq(clientid_t* dest, clientid_t* src); 11bool id_eq(clientid_t* dest, clientid_t* src);
12void id_cpy(clientid_t* dest, clientid_t* src); 12void id_cpy(clientid_t* dest, clientid_t* src);
13
diff --git a/testing/misc_tools.c b/testing/misc_tools.c
index fa7f42c9..f3d6b0ae 100644
--- a/testing/misc_tools.c
+++ b/testing/misc_tools.c
@@ -43,9 +43,3 @@ unsigned char * hex_string_to_bin(char hex_string[])
43 43
44 return val; 44 return val;
45} 45}
46
47
48
49
50
51
diff --git a/testing/rect.py b/testing/rect.py
index 85e70810..05f0abc4 100644
--- a/testing/rect.py
+++ b/testing/rect.py
@@ -42,4 +42,3 @@ while True:
42 print "Sending SYNC resp" 42 print "Sending SYNC resp"
43 a+=1 43 a+=1
44 sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr) 44 sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)
45