Fix whitespace.

llvm-svn: 85747
This commit is contained in:
Nick Lewycky 2009-11-01 22:07:54 +00:00
parent 1a4492be97
commit b244909ad4
1 changed files with 2 additions and 2 deletions

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 {