]> granicus.if.org Git - clang/commitdiff
Formatter: Land header change I forgot to land in r172099.
authorNico Weber <nicolasweber@gmx.de>
Thu, 10 Jan 2013 20:19:27 +0000 (20:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 10 Jan 2013 20:19:27 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172101 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Format/Format.h

index 7713cf784a801043c1b18199a07c1205cf388f34..0c13dbeaca318213e36f4caef9a18ea1a9d87ec7 100644 (file)
@@ -55,6 +55,10 @@ struct FormatStyle {
 
   /// \brief The number of spaces to before trailing line comments.
   unsigned SpacesBeforeTrailingComments;
+
+  /// \brief Add a space in front of an Objective-C protocol list, i.e. use
+  /// Foo <Protocol> instead of Foo<Protocol>.
+  bool ObjCSpaceBeforeProtocolList;
 };
 
 /// \brief Returns a format style complying with the LLVM coding standards: