Skip to content

remote.h: fix mixed tab/space indentation on continuation lines - #13

Merged
hub966 merged 2 commits into
masterfrom
copilot/fix-with-copilot-again
Jul 31, 2026
Merged

remote.h: fix mixed tab/space indentation on continuation lines#13
hub966 merged 2 commits into
masterfrom
copilot/fix-with-copilot-again

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown

The check-whitespace CI job fails due to mixed tab/space indentation on the get_remote_group() declaration continuation lines in remote.h, introduced in 3e7b9dce27 ("remote: move remote group resolution to remote.c").

  • Replace \t\t (2 tabs + 5 spaces) with \t\t (2 tabs) on lines 361-362
// Before
int get_remote_group(const char *key, const char *value,
		     const struct config_context *ctx,
		     void *priv);

// After
int get_remote_group(const char *key, const char *value,
		const struct config_context *ctx,
		void *priv);

Copilot AI review requested due to automatic review settings July 31, 2026 12:58

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.

The get_remote_group() function declaration continuation lines used
mixed tabs and spaces for indentation, causing the check-whitespace
CI job to fail with "indent with spaces" errors. Replace the mixed
indentation with tabs only.
Copilot AI review requested due to automatic review settings July 31, 2026 13:00

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.

Copilot AI changed the title [WIP] Fix issue identified in Copilot run remote.h: fix mixed tab/space indentation on continuation lines Jul 31, 2026
Copilot AI requested a review from hub966 July 31, 2026 13:01
@hub966
hub966 marked this pull request as ready for review July 31, 2026 16:13
@hub966
hub966 merged commit 22c090f into master Jul 31, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from Agenda ✍ to What can be improved 🟡 in @hub966's untitled project Jul 31, 2026
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