From: NAKAMURA Takumi Date: Wed, 23 Jan 2013 08:30:15 +0000 (+0000) Subject: Whitespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3fe36d0fddd38e05daeb6f967fd0044a373a8f09;hp=1a5812d7da4416090fadb82bd98bed01da70344d Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Option/OptionParsingTest.cpp b/unittests/Option/OptionParsingTest.cpp index 76e2549c560..c90691ad153 100644 --- a/unittests/Option/OptionParsingTest.cpp +++ b/unittests/Option/OptionParsingTest.cpp @@ -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));