mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
19 lines
553 B
Batchfile
19 lines
553 B
Batchfile
clang-format -i src/civetweb.c
|
|
clang-format -i src/main.c
|
|
clang-format -i src/CivetServer.cpp
|
|
clang-format -i src/lua_civet.h
|
|
clang-format -i src/md5.inl
|
|
clang-format -i src/mod_lua.inl
|
|
clang-format -i src/timer.inl
|
|
|
|
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/civetweb_check.h
|