]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
whitespace
authorRoy Marples <roy@marples.name>
Mon, 12 Jan 2009 16:35:58 +0000 (16:35 +0000)
committerRoy Marples <roy@marples.name>
Mon, 12 Jan 2009 16:35:58 +0000 (16:35 +0000)
common.c

index b13b467cfd5d99687b0bfdc2b8a7443569f5549e..71f4e8054a241f27d994e437898ac18e0b95f45a 100644 (file)
--- a/common.c
+++ b/common.c
@@ -65,6 +65,7 @@ free_lbuf(void)
 }
 #endif
 
+
 /* Handy routine to read very long lines in text files.
  * This means we read the whole line and avoid any nasty buffer overflows.
  * We strip leading space and avoid comment lines, making the code that calls