Skip to content

include: Fix code comment termination #6997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

florianpircher
Copy link
Contributor

f1cac06, which converted the style of code comments, introduced an issue where one of the comments was not closed. This created an imbalance of opening #ifdef and closing #endif at line -222/+224 to -224/+226:

f1cac06#diff-c4c8617f383bc7d0f8826c53706fc10ae74b83bc0ca961382782c4da81de1da0L222

This commit closes the comment, fixing the imbalance.

@ethomson
Copy link
Member

ethomson commented Jan 2, 2025

Oops. Thanks!

@ethomson ethomson merged commit 842fcef into libgit2:main Jan 2, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants