Skip to content

Commit db52819

Browse files
committed
[swift-syntax-test] Fix formatting of command-line-argument descriptions
1 parent 60d11d2 commit db52819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: tools/swift-syntax-test/swift-syntax-test.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ Action(llvm::cl::desc("Action (required):"),
8181
"comparing against the input"),
8282
clEnumValN(ActionType::SerializeRawTree,
8383
"serialize-raw-tree",
84-
"Parse the source file and serialize the raw tree"
84+
"Parse the source file and serialize the raw tree "
8585
"to JSON"),
8686
clEnumValN(ActionType::DeserializeRawTree,
8787
"deserialize-raw-tree",
88-
"Parse the JSON file from the serialized raw tree"
88+
"Parse the JSON file from the serialized raw tree "
8989
"to the original"),
9090
clEnumValN(ActionType::IncrementalParse,
9191
"incremental-parse",
@@ -103,8 +103,8 @@ InputSourceFilename("input-source-filename",
103103

104104
static llvm::cl::opt<std::string>
105105
InputSourceDirectory("input-source-directory",
106-
llvm::cl::desc("Directory to be scanned recursively and"
107-
"run the selected action on every .swift"
106+
llvm::cl::desc("Directory to be scanned recursively and "
107+
"run the selected action on every .swift "
108108
"file"));
109109

110110
static llvm::cl::opt<std::string>

0 commit comments

Comments
 (0)