Skip to content

Commit

Permalink
Apply clang-format chnage.
Browse files Browse the repository at this point in the history
  • Loading branch information
minglotus-6 committed Nov 10, 2023
1 parent 1a86a5b commit fc33a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/unittests/Support/CommandLineTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ TEST(CommandLineTest, TopLevelOptInSubcommand) {
// top-level options. A valid use case is that users of llvm command line
// tools should be able to specify top-level options defined in any library.
StackOption<std::string> TopLevelOpt("str", cl::init("txt"),
cl::desc("A top-level option."));
cl::desc("A top-level option."));

StackSubCommand SC("sc", "Subcommand");
StackOption<std::string> PositionalOpt(
Expand Down

0 comments on commit fc33a5a

Please sign in to comment.