summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-12 16:35:58 +0000
committerRoy Marples <roy@marples.name>2009-01-12 16:35:58 +0000
commite0c05611c032b8a1e75a11aa8bdbfecf34acf785 (patch)
treeae32e7448fecc87518db277a0c26e7bb596a012c /common.c
parent7816f16c9f29e3f51d0308938dc1e78052c067e9 (diff)
downloaddhcpcd-e0c05611c032b8a1e75a11aa8bdbfecf34acf785.tar.xz
whitespace
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.c b/common.c
index b13b467c..71f4e805 100644
--- 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