diff options
Diffstat (limited to 'clang/lib/Format/ContinuationIndenter.h')
-rw-r--r-- | clang/lib/Format/ContinuationIndenter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Format/ContinuationIndenter.h b/clang/lib/Format/ContinuationIndenter.h index b675b0a0c55..b3175658338 100644 --- a/clang/lib/Format/ContinuationIndenter.h +++ b/clang/lib/Format/ContinuationIndenter.h @@ -91,8 +91,8 @@ private: /// /// If \p DryRun is \c false, also creates and stores the required /// \c Replacement. - unsigned addTokenOnCurrentLine(LineState &State, bool DryRun, - unsigned ExtraSpaces); + void addTokenOnCurrentLine(LineState &State, bool DryRun, + unsigned ExtraSpaces); /// \brief Appends the next token to \p State and updates information /// necessary for indentation. |