From 34411ed94045abab0d6689c3769bb46e7a617468 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 21 Aug 2022 11:13:58 -0700 Subject: [PATCH] clang-format lib/cgraph/prisize_t.h This file was so close to compliant already, we may as well pull it in line. --- ci/clang_format.py | 1 - lib/cgraph/prisize_t.h | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ci/clang_format.py b/ci/clang_format.py index 47116d7d6..69ff68800 100644 --- a/ci/clang_format.py +++ b/ci/clang_format.py @@ -179,7 +179,6 @@ EXCLUDE = ( "lib/cgraph/node.c", "lib/cgraph/obj.c", "lib/cgraph/pend.c", - "lib/cgraph/prisize_t.h", "lib/cgraph/rec.c", "lib/cgraph/refstr.c", "lib/cgraph/subg.c", diff --git a/lib/cgraph/prisize_t.h b/lib/cgraph/prisize_t.h index 8cf4b25bc..bae2007ff 100644 --- a/lib/cgraph/prisize_t.h +++ b/lib/cgraph/prisize_t.h @@ -15,9 +15,9 @@ /// user-defined string literal indicator. So it is best to always use a space /// on either side. #ifdef __MINGW64__ - // Microsoft’s Visual C Runtime (msvcrt) ships a printf that does not - // understand "%zu". MSVC itself uses a different printf that does not rely on - // this, but MinGW uses msvcrt and so cannot handle "%zu". +// Microsoft’s Visual C Runtime (msvcrt) ships a printf that does not +// understand "%zu". MSVC itself uses a different printf that does not rely on +// this, but MinGW uses msvcrt and so cannot handle "%zu". #define PRISIZE_T "llu" #elif defined(__MINGW32__) #define PRISIZE_T "u" -- 2.40.0