Skip to content

Commit d6f5112

Browse files
authored
remote.h: fix space indentation in get_remote_group declaration
1 parent 7834e84 commit d6f5112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

remote.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ struct remote_group_data {
358358
};
359359

360360
int get_remote_group(const char *key, const char *value,
361-
const struct config_context *ctx,
362-
void *priv);
361+
const struct config_context *ctx,
362+
void *priv);
363363

364364
int add_remote_or_group(const char *name, struct string_list *list);
365365

0 commit comments

Comments
 (0)