Merge pull request #412 from cbrueffer/misc

Kill EOF whitespace.
This commit is contained in:
irungentoo 2013-08-09 15:04:48 -07:00
commit ccc481fc79
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)