From 8e51facd10da43c85e1383465336c23160e7b07d Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sun, 20 Feb 2022 00:27:45 +0100 Subject: [PATCH] fixed wrong clang-format comments --- const_fmt/parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/const_fmt/parse.h b/const_fmt/parse.h index f8260c5..e5350b6 100644 --- a/const_fmt/parse.h +++ b/const_fmt/parse.h @@ -5,7 +5,7 @@ #include "types.h" -// clang-const_format off +// clang-format off /* * @@ -34,7 +34,7 @@ * */ -// clang-const_format on +// clang-format on namespace const_fmt { namespace const_fmt_detail {