aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/BracesAroundStatementsCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tidy/readability/BracesAroundStatementsCheck.h')
-rw-r--r--clang-tidy/readability/BracesAroundStatementsCheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy/readability/BracesAroundStatementsCheck.h b/clang-tidy/readability/BracesAroundStatementsCheck.h
index 12d7b37a..919ca463 100644
--- a/clang-tidy/readability/BracesAroundStatementsCheck.h
+++ b/clang-tidy/readability/BracesAroundStatementsCheck.h
@@ -58,7 +58,7 @@ private:
const ASTContext *Context);
private:
- std::set<const Stmt*> ForceBracesStmts;
+ std::set<const Stmt *> ForceBracesStmts;
const unsigned ShortStatementLines;
};