forked from OSchip/llvm-project
Formatter: Land header change I forgot to land in r172099.
llvm-svn: 172101
This commit is contained in:
parent
d6f962f151
commit
35496eea98
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue