Skip to content

include: Fix code comment termination#6997

Merged
ethomson merged 1 commit into
libgit2:mainfrom
florianpircher:patch-1
Jan 2, 2025
Merged

include: Fix code comment termination#6997
ethomson merged 1 commit into
libgit2:mainfrom
florianpircher:patch-1

Conversation

@florianpircher
Copy link
Copy Markdown
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
Copy Markdown
Member

ethomson commented Jan 2, 2025

Oops. Thanks!

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants