Skip to content

Commit 4ef97dc

Browse files
LemmingAvalanchegitster
authored andcommitted
config: format newlines
Remove unneeded newlines according to `clang-format`. Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 186b115 commit 4ef97dc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

builtin/config.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,6 @@ int cmd_config(int argc, const char **argv, const char *prefix)
760760
given_config_source.scope = CONFIG_SCOPE_COMMAND;
761761
}
762762

763-
764763
if (respect_includes_opt == -1)
765764
config_options.respect_includes = !given_config_source.file;
766765
else

config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ static long config_file_ftell(struct config_source *conf)
9595
return ftell(conf->u.file);
9696
}
9797

98-
9998
static int config_buf_fgetc(struct config_source *conf)
10099
{
101100
if (conf->u.buf.pos < conf->u.buf.len)
@@ -3418,7 +3417,6 @@ int git_config_set_multivar_in_file_gently(const char *config_filename,
34183417
write_err_out:
34193418
ret = write_error(get_lock_file_path(&lock));
34203419
goto out_free;
3421-
34223420
}
34233421

34243422
void git_config_set_multivar_in_file(const char *config_filename,

0 commit comments

Comments
 (0)