summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatToken.h
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-05-09 13:11:16 +0000
committerDaniel Jasper <djasper@google.com>2014-05-09 13:11:16 +0000
commitb05a81debb3e717d7b644ec7f136462a68bd6ec8 (patch)
tree0584b131054e86b97754b549ef7234c34c48490f /clang/lib/Format/FormatToken.h
parentf2056bef3246f93ae272cb7322da9618b08f7e05 (diff)
downloadbcm5719-llvm-b05a81debb3e717d7b644ec7f136462a68bd6ec8.tar.gz
bcm5719-llvm-b05a81debb3e717d7b644ec7f136462a68bd6ec8.zip
clang-format: Fix bug introduced by r208392.
Also run clang-format over clang-format's files. llvm-svn: 208409
Diffstat (limited to 'clang/lib/Format/FormatToken.h')
-rw-r--r--clang/lib/Format/FormatToken.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/lib/Format/FormatToken.h b/clang/lib/Format/FormatToken.h
index a0214631844..f2bba324e67 100644
--- a/clang/lib/Format/FormatToken.h
+++ b/clang/lib/Format/FormatToken.h
@@ -455,7 +455,9 @@ public:
bool DryRun) override;
/// \brief Adds \p Token as the next comma to the \c CommaSeparated list.
- void CommaFound(const FormatToken *Token) override { Commas.push_back(Token);}
+ void CommaFound(const FormatToken *Token) override {
+ Commas.push_back(Token);
+ }
private:
/// \brief A struct that holds information on how to format a given list with
OpenPOWER on IntegriCloud