mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix indentation.
llvm-svn: 51782
This commit is contained in:
parent
23bd8d1eb2
commit
da5109acd4
@ -42,7 +42,7 @@ cl::list<std::string> Languages("x",
|
||||
cl::desc("Specify the language of the following input files"),
|
||||
cl::ZeroOrMore);
|
||||
cl::opt<bool> DryRun("dry-run",
|
||||
cl::desc("only pretend to run commands"));
|
||||
cl::desc("only pretend to run commands"));
|
||||
cl::opt<bool> VerboseMode("v",
|
||||
cl::desc("Enable verbose mode"));
|
||||
cl::opt<bool> WriteGraph("write-graph",
|
||||
|
Loading…
Reference in New Issue
Block a user