1
0
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:
Nick Lewycky 2009-11-01 22:07:54 +00:00
parent a409c074c8
commit 2f3164a81c

View File

@ -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 {