Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions programs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ static void version(int quit)
{
printf(" %s using libzstdmt v0.8, using %s %s"
"\n Copyright (c) 2016 - 2024 Tino Reichardt",
"\n",
Copy link
Owner

Choose a reason for hiding this comment

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

What about adding "\n" in the end of the two lines?

Copy link
Contributor Author

@tansy tansy Oct 4, 2025

Choose a reason for hiding this comment

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

I thought it was your style, like in usage(), @L158.

progname, METHOD, VERSION);

if (quit)
Expand Down