]> granicus.if.org Git - clang/commit
Revert most of r172140.
authorNico Weber <nicolasweber@gmx.de>
Thu, 17 Jan 2013 06:14:50 +0000 (06:14 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 17 Jan 2013 06:14:50 +0000 (06:14 +0000)
commitaab60054553c35f6761cf96f3476997f250f1f4a
tree837765901b2490611ddef11d9f28478ed2fc3874
parent93c8617bec98aeb769ee9f569d7ed439eec03249
Revert most of r172140.

r172140 changed the formatter to produce "-(id) foo" instead of "- (id)foo"
in google style, with a link to
http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml#Method_Declarations_and_Definitions
as reference.  But now that I look at that link again, it seems I didn't
read it very carefully the first time round.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172703 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp