mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 10:53:55 +00:00
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3ce8aab0a
commit
ed1f1687b7
@ -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