OSDN Git Service

Line this up as well.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 1 Nov 2009 22:08:51 +0000 (22:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 1 Nov 2009 22:08:51 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85748 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/llvm-mc.cpp

index c4b5596..76552b8 100644 (file)
@@ -72,7 +72,7 @@ IncludeDirs("I", cl::desc("Directory of include files"),
 static cl::opt<std::string>
 TripleName("triple", cl::desc("Target triple to assemble for, "
                               "see -version for available targets"),
-       cl::init(LLVM_HOSTTRIPLE));
+           cl::init(LLVM_HOSTTRIPLE));
 
 enum ActionType {
   AC_AsLex,