aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ippool.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-10-13 14:32:24 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-10-13 14:32:55 +0200
commit81ff18c9d7dde7541963922ddd22de4bba2eca58 (patch)
tree21e20c6ffacfc4b0fe171165ebaa8966a306ceea /lib/ippool.c
parent6f7a46a9b603dbf01fce3b6824775601e0cc2c70 (diff)
Remove trailing whitespace
Diffstat (limited to 'lib/ippool.c')
-rw-r--r--lib/ippool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ippool.c b/lib/ippool.c
index a236fe7..d9164a3 100644
--- a/lib/ippool.c
+++ b/lib/ippool.c
@@ -7,7 +7,7 @@
* General Public License Version 2, provided that the above copyright
* notice and this permission notice is included in all copies or
* substantial portions of the software.
- *
+ *
*/
#include <sys/types.h>
@@ -374,7 +374,7 @@ int ippool_newip(struct ippool_t *this, struct ippoolm_t **member,
uint32_t hash;
/* If static:
- * Look in dynaddr.
+ * Look in dynaddr.
* If found remove from firstdyn/lastdyn linked list.
* Else allocate from stataddr.
* Remove from firststat/laststat linked list.