From: Matthew Fernandez Date: Sun, 21 Aug 2022 18:13:58 +0000 (-0700) Subject: clang-format lib/cgraph/prisize_t.h X-Git-Tag: 6.0.1~29^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34411ed94045abab0d6689c3769bb46e7a617468;p=graphviz clang-format lib/cgraph/prisize_t.h This file was so close to compliant already, we may as well pull it in line. --- 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"