Kill EOF whitespace.

This commit is contained in:
Christian Brueffer 2013-08-09 20:46:17 +02:00
parent 44902d15a7
commit 0b9adb1f26
3 changed files with 0 additions and 8 deletions

View File

@ -10,4 +10,3 @@ uint64_t random_64b();
bool ipp_eq(IP_Port a, IP_Port b);
bool id_eq(clientid_t* dest, clientid_t* src);
void id_cpy(clientid_t* dest, clientid_t* src);

View File

@ -43,9 +43,3 @@ unsigned char * hex_string_to_bin(char hex_string[])
return val;
}

View File

@ -42,4 +42,3 @@ while True:
print "Sending SYNC resp"
a+=1
sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)