ClangFormat: Avoid warning about unused parameter

Style follows precedent in the file.

Change-Id: Id7e5ca3f4e9536cb803e8e0ff36db59fda3c41d5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2022-09-20 10:58:18 +02:00
parent b795bd8042
commit bcb4db927b

View File

@@ -657,7 +657,7 @@ void ClangFormatBaseIndenter::indentBlock(const QTextBlock &block,
} }
int ClangFormatBaseIndenter::indentFor(const QTextBlock &block, int ClangFormatBaseIndenter::indentFor(const QTextBlock &block,
const TextEditor::TabSettings &tabSettings, const TextEditor::TabSettings & /*tabSettings*/,
int cursorPositionInEditor) int cursorPositionInEditor)
{ {
Utils::Text::Replacements toReplace = indentsFor(block, Utils::Text::Replacements toReplace = indentsFor(block,