This file was so close to compliant already, we may as well pull it in line.
"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",
/// 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"