Skip to content

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

Merged
Faisal M. AlOtaibi (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
Faisal M. AlOtaibi (hub966) merged 2 commits into
masterfrom
copilot/fix-with-copilot-again

Conversation

CopilotAI 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
// Beforeintget_remote_group(constchar*key, constchar*value,
conststructconfig_context*ctx,
void*priv);
// Afterintget_remote_group(constchar*key, constchar*value,
conststructconfig_context*ctx,
void*priv);

CopilotAI 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.
CopilotAI review requested due to automatic review settings July 31, 2026 13:00

CopilotAI 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.

CopilotAI changed the title [WIP] Fix issue identified in Copilot runremote.h: fix mixed tab/space indentation on continuation linesJul 31, 2026
@hub966
Faisal M. AlOtaibi (hub966) marked this pull request as ready for review July 31, 2026 16:13
@hub966
Faisal M. AlOtaibi (hub966) merged commit 22c090f into masterJul 31, 2026
2 checks passed
@github-project-automationgithub-project-automationBot moved this from Agenda ✍ to What can be improved 🟡 in @hub966's untitled projectJul 31, 2026
Sign up for freeto 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

@hub966