]> granicus.if.org Git - graphviz/commitdiff
tests: [nfc] reorder 2057 test code includes for clang-format
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Feb 2022 01:20:08 +0000 (17:20 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 28 Feb 2022 00:09:55 +0000 (16:09 -0800)
rtest/2057.c

index dea7c095e6b52a2ce449f216afc72429b3afc8e0..245ef262482580b26e1ca454b20f2372ed86d554 100644 (file)
@@ -1,7 +1,7 @@
 // see test_regression.py:test_2057
 
-#include <stdio.h>
 #include <graphviz/gvc.h>
+#include <stdio.h>
 
 int main(void) {
   printf("%p\n", gvToolTred);