From: Alexander Kornienko Date: Sat, 22 Jun 2013 01:35:36 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1c76254adc08f9f512b60ac91d79a164a5a397b;p=clang Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184625 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 08dd84222b..5f78e08af9 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -4818,7 +4818,7 @@ TEST_F(FormatTest, ConfigurableIndentWidth) { EightIndent); } -TEST_F(FormatTest, ConfigureableFunctionDeclarationIndentAfterType) { +TEST_F(FormatTest, ConfigurableFunctionDeclarationIndentAfterType) { verifyFormat("void\n" "f();", getLLVMStyleWithColumns(8));