Skip to content

Conversation

@Abhinavpv28
Copy link
Contributor

No description provided.

@Abhinavpv28 Abhinavpv28 requested a review from a team as a code owner February 6, 2026 08:57
Copilot AI review requested due to automatic review settings February 6, 2026 08:57
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Code Coverage Summary

                               Total:|83.9%   5080|97.7%  1301|    -      0

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request makes a minor whitespace change to the updateBackgroundCmd function in rrdCommandSanity.c. The change adds an additional blank line after the variable declaration int i = 0;, resulting in two consecutive blank lines before the null pointer check.

Changes:

  • Added a blank line at line 33 in the updateBackgroundCmd function

{
int i = 0;


Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

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

This change introduces consecutive blank lines. The code now has two consecutive blank lines (line 33 and line 34) between the variable declaration and the null check. Multiple consecutive blank lines are generally considered poor coding style and reduce code readability. Consider removing one of these blank lines to maintain clean formatting.

Suggested change

Copilot uses AI. Check for mistakes.
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.

1 participant