From: Roy Marples Date: Mon, 12 Jan 2009 16:35:58 +0000 (+0000) Subject: whitespace X-Git-Tag: v5.0.0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c05611c032b8a1e75a11aa8bdbfecf34acf785;p=thirdparty%2Fdhcpcd.git whitespace --- 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