Skip to content

Commit

Permalink
Refs #21094: Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Jun 7, 2024
1 parent 5b8c919 commit ade4570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/custom_payload_pool/CLIParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class CLIParser
print_help(EXIT_FAILURE);
}
}
else if (arg == "-d" || arg == "--domain")
else if (arg == "-d" || arg == "--domain")
{
if (i + 1 < argc)
{
Expand Down

0 comments on commit ade4570

Please sign in to comment.