clang-format

This commit is contained in:
Justin Boswell
2021-06-21 12:01:33 -07:00
parent ad550a42a8
commit 50446f2e7a
3 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
/* This is a unity-build style source file, as PHP's build system is simplest with 1 source file per extension */ /* This is a unity-build style source file, as PHP's build system is simplest with 1 source file per extension */
#include "crc.c"
#include "credentials.c" #include "credentials.c"
#include "crt.c" #include "crt.c"
#include "event_loop.c" #include "event_loop.c"
#include "hash.c"
#include "http.c" #include "http.c"
#include "signing.c" #include "signing.c"
#include "stream.c" #include "stream.c"
#include "hash.c"
#include "crc.c"