diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-09 15:04:48 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-09 15:04:48 -0700 |
commit | ccc481fc79513de54cb59595115e03b131c408c3 (patch) | |
tree | 8b3fd942ed7935ae4ed0f3cccdf5e1b40d2b7a3a /core | |
parent | 44902d15a720a0fb10550f03d00324db82b9531c (diff) | |
parent | 0b9adb1f2690baecc173e362acaa7e592540070d (diff) |
Merge pull request #412 from cbrueffer/misc
Kill EOF whitespace.
Diffstat (limited to 'core')
-rw-r--r-- | core/util.h | 1 |
1 files changed, 0 insertions, 1 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(); | |||
10 | bool ipp_eq(IP_Port a, IP_Port b); | 10 | bool ipp_eq(IP_Port a, IP_Port b); |
11 | bool id_eq(clientid_t* dest, clientid_t* src); | 11 | bool id_eq(clientid_t* dest, clientid_t* src); |
12 | void id_cpy(clientid_t* dest, clientid_t* src); | 12 | void id_cpy(clientid_t* dest, clientid_t* src); |
13 | |||