diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2024-01-18 17:12:49 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-01-18 12:17:41 -0800 |
| commit | 4ef97dc4cd958fc6da8a9fba700ead586c21b879 (patch) | |
| tree | 86d1fff6e150fcb504668d80726953b2e9cda76e | |
| parent | 186b115d3062e6230ee296d1ddaa0c4b72a464b5 (diff) | |
| download | git-4ef97dc4cd958fc6da8a9fba700ead586c21b879.tar.xz | |
config: format newlines
Remove unneeded newlines according to `clang-format`.
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | builtin/config.c | 1 | ||||
| -rw-r--r-- | config.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/builtin/config.c b/builtin/config.c index 11a4d4ef14..87d0dc92d9 100644 --- a/builtin/config.c +++ b/builtin/config.c @@ -760,7 +760,6 @@ int cmd_config(int argc, const char **argv, const char *prefix) given_config_source.scope = CONFIG_SCOPE_COMMAND; } - if (respect_includes_opt == -1) config_options.respect_includes = !given_config_source.file; else @@ -95,7 +95,6 @@ static long config_file_ftell(struct config_source *conf) return ftell(conf->u.file); } - static int config_buf_fgetc(struct config_source *conf) { if (conf->u.buf.pos < conf->u.buf.len) @@ -3418,7 +3417,6 @@ out_free: write_err_out: ret = write_error(get_lock_file_path(&lock)); goto out_free; - } void git_config_set_multivar_in_file(const char *config_filename, |
