mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix whitespace.
llvm-svn: 85747
This commit is contained in:
parent
a409c074c8
commit
2f3164a81c
@ -70,8 +70,8 @@ IncludeDirs("I", cl::desc("Directory of include files"),
|
||||
cl::value_desc("directory"), cl::Prefix);
|
||||
|
||||
static cl::opt<std::string>
|
||||
TripleName("triple", cl::desc("Target triple to assemble for,"
|
||||
"see -version for available targets"),
|
||||
TripleName("triple", cl::desc("Target triple to assemble for, "
|
||||
"see -version for available targets"),
|
||||
cl::init(LLVM_HOSTTRIPLE));
|
||||
|
||||
enum ActionType {
|
||||
|
Loading…
x
Reference in New Issue
Block a user