Whitespace.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Jan 2013 08:30:15 +0000 (08:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Jan 2013 08:30:15 +0000 (08:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173234 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Option/OptionParsingTest.cpp

index 76e2549c56022efe72dc806a717276d5ec6ac55d..c90691ad15368a5e7fccbaa83c4d1914707fce6b 100644 (file)
@@ -61,7 +61,7 @@ TEST(Support, OptionParsing) {
   TestOptTable T;
   unsigned MAI, MAC;
   InputArgList *AL = T.ParseArgs(Args, Args + (sizeof(Args) / sizeof(Args[0])), MAI, MAC);
-  
+
   // Check they all exist.
   EXPECT_TRUE(AL->hasArg(OPT_A));
   EXPECT_TRUE(AL->hasArg(OPT_B));