[clang-format] Update comment, NFCI

The initializer of `ParameterCount` was updated from 1 to 0 in r175165,
but the comment was never touched:
9fc56f2636

llvm-svn: 343517
This commit is contained in:
Krasimir Georgiev 2018-10-01 18:41:21 +00:00
parent e072934d28
commit be5cda81d5
1 changed files with 0 additions and 4 deletions

View File

@ -188,10 +188,6 @@ struct FormatToken {
bool ClosesTemplateDeclaration = false;
/// Number of parameters, if this is "(", "[" or "<".
///
/// This is initialized to 1 as we don't need to distinguish functions with
/// 0 parameters from functions with 1 parameter. Thus, we can simply count
/// the number of commas.
unsigned ParameterCount = 0;
/// Number of parameters that are nested blocks,