]> granicus.if.org Git - clang/commitdiff
Fixed typo.
authorAlexander Kornienko <alexfh@google.com>
Sat, 22 Jun 2013 01:35:36 +0000 (01:35 +0000)
committerAlexander Kornienko <alexfh@google.com>
Sat, 22 Jun 2013 01:35:36 +0000 (01:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184625 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Format/FormatTest.cpp

index 08dd84222b395b487fa4a22967bfe631e14ffc02..5f78e08af95d54a0fe1840e922905f719815d973 100644 (file)
@@ -4818,7 +4818,7 @@ TEST_F(FormatTest, ConfigurableIndentWidth) {
                EightIndent);
 }
 
-TEST_F(FormatTest, ConfigureableFunctionDeclarationIndentAfterType) {
+TEST_F(FormatTest, ConfigurableFunctionDeclarationIndentAfterType) {
   verifyFormat("void\n"
                "f();",
                getLLVMStyleWithColumns(8));