mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 22:21:37 +00:00
Convert config.c to LF
Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
This commit is contained in:
parent
5d4cd00305
commit
a69053c715
@ -122,8 +122,8 @@ static int cfg_getchar(git_config *cfg_file, int flags)
|
|||||||
while (skip_whitespace && isspace(c));
|
while (skip_whitespace && isspace(c));
|
||||||
|
|
||||||
if (skip_comments && (c == '#' || c == ';')) {
|
if (skip_comments && (c == '#' || c == ';')) {
|
||||||
do c = cfg_getchar_raw(cfg_file);
|
do c = cfg_getchar_raw(cfg_file);
|
||||||
while (c != '\n');
|
while (c != '\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
return c;
|
return c;
|
||||||
|
Loading…
Reference in New Issue
Block a user