diff options
author | Daniel Jasper <djasper@google.com> | 2015-06-17 13:08:06 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-06-17 13:08:06 +0000 |
commit | e6fcf7d372ca822b06112d92856895c2fce38878 (patch) | |
tree | 756ccf8a74ffec4db9b415446049648fec848cea /clang/lib/Format/WhitespaceManager.h | |
parent | 3b6304fa1a3fc01d0b70166dd1a971a8d86bf532 (diff) | |
download | bcm5719-llvm-e6fcf7d372ca822b06112d92856895c2fce38878.tar.gz bcm5719-llvm-e6fcf7d372ca822b06112d92856895c2fce38878.zip |
clang-format: clang-format (NFC)
llvm-svn: 239903
Diffstat (limited to 'clang/lib/Format/WhitespaceManager.h')
-rw-r--r-- | clang/lib/Format/WhitespaceManager.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/lib/Format/WhitespaceManager.h b/clang/lib/Format/WhitespaceManager.h index 4bfc813b2c3..d9738383298 100644 --- a/clang/lib/Format/WhitespaceManager.h +++ b/clang/lib/Format/WhitespaceManager.h @@ -167,9 +167,11 @@ private: /// \brief Align consecutive assignments over all \c Changes. void alignConsecutiveAssignments(); - /// \brief Align consecutive assignments from change \p Start to change \p End at + /// \brief Align consecutive assignments from change \p Start to change \p End + /// at /// the specified \p Column. - void alignConsecutiveAssignments(unsigned Start, unsigned End, unsigned Column); + void alignConsecutiveAssignments(unsigned Start, unsigned End, + unsigned Column); /// \brief Align trailing comments over all \c Changes. void alignTrailingComments(); |