Skip to content

Commit

Permalink
Amended some formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelmold committed Sep 16, 2024
1 parent 9e5b689 commit 6c5f650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/versionutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ prepare_version_string (const char *version)
if (ver[index_v] == '\\')
{
index_v++;
continue;
continue;

Check warning on line 205 in util/versionutils.c

View check run for this annotation

Codecov / codecov/patch

util/versionutils.c#L204-L205

Added lines #L204 - L205 were not covered by tests
}

if (ver[index_v] == '_' || ver[index_v] == '-' || ver[index_v] == '+'
Expand Down

0 comments on commit 6c5f650

Please sign in to comment.