mirror of
https://github.com/lammertb/libhttp.git
synced 2026-01-03 16:02:30 +03:00
31 lines
884 B
Batchfile
31 lines
884 B
Batchfile
#!/bin/sh
|
|
clang-format -i src/civetweb.c
|
|
clang-format -i src/main.c
|
|
clang-format -i src/CivetServer.cpp
|
|
clang-format -i src/civetweb_private_lua.h
|
|
clang-format -i src/md5.inl
|
|
clang-format -i src/mod_lua.inl
|
|
clang-format -i src/mod_duktape.inl
|
|
clang-format -i src/timer.inl
|
|
clang-format -i src/handle_form.inl
|
|
|
|
clang-format -i src/third_party/civetweb_lua.h
|
|
|
|
clang-format -i include/civetweb.h
|
|
clang-format -i include/CivetServer.h
|
|
|
|
clang-format -i test/public_func.h
|
|
clang-format -i test/public_func.c
|
|
clang-format -i test/public_server.h
|
|
clang-format -i test/public_server.c
|
|
clang-format -i test/private.h
|
|
clang-format -i test/private.c
|
|
clang-format -i test/private_exe.h
|
|
clang-format -i test/private_exe.c
|
|
clang-format -i test/shared.h
|
|
clang-format -i test/shared.c
|
|
clang-format -i test/civetweb_check.h
|
|
clang-format -i test/main.c
|
|
|
|
clang-format -i examples/embedded_c/embedded_c.c
|