forked from qt-creator/qt-creator
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:
@@ -657,7 +657,7 @@ void ClangFormatBaseIndenter::indentBlock(const QTextBlock &block,
|
||||
}
|
||||
|
||||
int ClangFormatBaseIndenter::indentFor(const QTextBlock &block,
|
||||
const TextEditor::TabSettings &tabSettings,
|
||||
const TextEditor::TabSettings & /*tabSettings*/,
|
||||
int cursorPositionInEditor)
|
||||
{
|
||||
Utils::Text::Replacements toReplace = indentsFor(block,
|
||||
|
Reference in New Issue
Block a user