summaryrefslogtreecommitdiff
path: root/unittests/Option
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-23 08:30:15 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-23 08:30:15 +0000
commit3fe36d0fddd38e05daeb6f967fd0044a373a8f09 (patch)
treef7977ab85b184906a25fb2d88241502dbf49c991 /unittests/Option
parent1a5812d7da4416090fadb82bd98bed01da70344d (diff)
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Option')
-rw-r--r--unittests/Option/OptionParsingTest.cpp2
1 files changed, 1 insertions, 1 deletions
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));