diff options
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r-- | clang/lib/Format/Format.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index ebcc26d33f0..766be71bbdf 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -480,7 +480,7 @@ private: /// \brief Appends the next token to \p State and updates information /// necessary for indentation. /// - /// Puts the token on the current line if \p Newline is \c true and adds a + /// Puts the token on the current line if \p Newline is \c false and adds a /// line break and necessary indentation otherwise. /// /// If \p DryRun is \c false, also creates and stores the required |