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)
commit772fbfda455330c4a8d29d69c28c03a0b369cfc0
tree7c84d06ed7db4726eb0a31059fd9ee7302a3c6dc
parentd0011a92d120a782deea591308a140ada09eface
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.

llvm-svn: 172703
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp