From d740c6ccced02147f84a39d5e5f0984d12bac6cb Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 20 May 2023 14:13:09 -0400 Subject: Rerun format_code (after merging clang-tidy PR) --- zlib-flate/zlib-flate.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zlib-flate') diff --git a/zlib-flate/zlib-flate.cc b/zlib-flate/zlib-flate.cc index d1311c84..bc076194 100644 --- a/zlib-flate/zlib-flate.cc +++ b/zlib-flate/zlib-flate.cc @@ -3,11 +3,11 @@ #include #include -#include -#include #include #include #include +#include +#include static char const* whoami = nullptr; -- cgit v1.2.3-54-g00ecf