Convert config.c to LF

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
Carlos Martín Nieto 2011-03-28 17:12:53 +02:00
parent 5d4cd00305
commit a69053c715

View File

@ -122,8 +122,8 @@ static int cfg_getchar(git_config *cfg_file, int flags)
while (skip_whitespace && isspace(c));
if (skip_comments && (c == '#' || c == ';')) {
do c = cfg_getchar_raw(cfg_file);
while (c != '\n');
do c = cfg_getchar_raw(cfg_file);
while (c != '\n');
}
return c;