From 537a7180a0d5132c11636c4fd8b1450cd99d352c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 26 Jul 2023 10:49:23 +0100 Subject: [Rework] Use clang-format to unify formatting in all sources No meaningful changes. --- clang-plugin/printf_check.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'clang-plugin/printf_check.h') diff --git a/clang-plugin/printf_check.h b/clang-plugin/printf_check.h index 82eed6caa..6e0b1d165 100644 --- a/clang-plugin/printf_check.h +++ b/clang-plugin/printf_check.h @@ -24,16 +24,16 @@ namespace rspamd { - class PrintfCheckVisitor : public clang::RecursiveASTVisitor { - class impl; - std::unique_ptr pimpl; +class PrintfCheckVisitor : public clang::RecursiveASTVisitor { + class impl; + std::unique_ptr pimpl; - public: - PrintfCheckVisitor (clang::ASTContext *ctx, clang::CompilerInstance &ci); - virtual ~PrintfCheckVisitor (void); - bool VisitCallExpr (clang::CallExpr *E); - }; +public: + PrintfCheckVisitor(clang::ASTContext *ctx, clang::CompilerInstance &ci); + virtual ~PrintfCheckVisitor(void); + bool VisitCallExpr(clang::CallExpr *E); +}; -} +}// namespace rspamd #endif -- cgit v1.2.3