]> granicus.if.org Git - graphviz/commitdiff
clang-format lib/cgraph/prisize_t.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Aug 2022 18:13:58 +0000 (11:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 24 Aug 2022 00:17:55 +0000 (17:17 -0700)
This file was so close to compliant already, we may as well pull it in line.

ci/clang_format.py
lib/cgraph/prisize_t.h

index 47116d7d6b979e2752717513bf59e0e48f840de2..69ff688003e534ade77729f72700115da8c9b5df 100644 (file)
@@ -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",
index 8cf4b25bc254d9218d92ac3c94fd817ad499ee06..bae2007ff4cb52b7b124fdff6e2f4640dc0e4723 100644 (file)
@@ -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"