From c1c76254adc08f9f512b60ac91d79a164a5a397b Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Sat, 22 Jun 2013 01:35:36 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184625 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Format/FormatTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.50.1