From 4ef97dc4cd958fc6da8a9fba700ead586c21b879 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Thu, 18 Jan 2024 17:12:49 +0100 Subject: config: format newlines Remove unneeded newlines according to `clang-format`. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- config.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.c') diff --git a/config.c b/config.c index 9ff6ae1cb9..d26e16e3ce 100644 --- a/config.c +++ b/config.c @@ -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, -- cgit v1.3-5-g9baa