From d6f51129655ca6828e88855f2231a05ead3a83cd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:33:09 +0000 Subject: [PATCH] remote.h: fix space indentation in get_remote_group declaration --- remote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remote.h b/remote.h index 72a54d84ad511d..6d9f24fe21ad6d 100644 --- a/remote.h +++ b/remote.h @@ -358,8 +358,8 @@ struct remote_group_data { }; int get_remote_group(const char *key, const char *value, - const struct config_context *ctx, - void *priv); + const struct config_context *ctx, + void *priv); int add_remote_or_group(const char *name, struct string_list *list);