Skip to content

remote.h: fix space indentation in get_remote_group declaration#9

Draft
hub966 with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-check-whitespace-job-again
Draft

remote.h: fix space indentation in get_remote_group declaration#9
hub966 with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-check-whitespace-job-again

Conversation

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown

The check-whitespace CI job was failing due to space-indented continuation lines in the get_remote_group function declaration added in commit 3e7b9dce27.

Changes

  • remote.h: Replace leading spaces with tab+space alignment on the get_remote_group parameter continuation lines, consistent with git's coding style
 int get_remote_group(const char *key, const char *value,
-                    const struct config_context *ctx,
-                    void *priv);
+		     const struct config_context *ctx,
+		     void *priv);

Copilot AI review requested due to automatic review settings July 24, 2026 20:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because there is no eligible user to bill. To allow Copilot reviews on bot-authored pull requests, enable direct organization billing in your organization's Copilot settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants