r184625 - Fixed typo.

Alexander Kornienko alexfh at google.com
Fri Jun 21 18:35:37 PDT 2013


Author: alexfh
Date: Fri Jun 21 20:35:36 2013
New Revision: 184625

URL: http://llvm.org/viewvc/llvm-project?rev=184625&view=rev
Log:
Fixed typo.

Modified:
    cfe/trunk/unittests/Format/FormatTest.cpp

Modified: cfe/trunk/unittests/Format/FormatTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTest.cpp?rev=184625&r1=184624&r2=184625&view=diff
==============================================================================
--- cfe/trunk/unittests/Format/FormatTest.cpp (original)
+++ cfe/trunk/unittests/Format/FormatTest.cpp Fri Jun 21 20:35:36 2013
@@ -4818,7 +4818,7 @@ TEST_F(FormatTest, ConfigurableIndentWid
                EightIndent);
 }
 
-TEST_F(FormatTest, ConfigureableFunctionDeclarationIndentAfterType) {
+TEST_F(FormatTest, ConfigurableFunctionDeclarationIndentAfterType) {
   verifyFormat("void\n"
                "f();",
                getLLVMStyleWithColumns(8));





More information about the cfe-commits mailing list