]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Improve code style
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 19 Jul 2025 11:08:52 +0000 (13:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 21 Jul 2025 12:36:56 +0000 (14:36 +0200)
commit88e1967fffab8e95e0826453fc60f9b35b75bca3
treeee1647cdf6b72dff5a059946854aff78c2b45f68
parent923db53a9248744203ea718113ccdcd7342270a6
chore: Improve code style
29 files changed:
.clang-format
src/ccache/args.cpp
src/ccache/ccache.cpp
src/ccache/compopt.cpp
src/ccache/config.cpp
src/ccache/core/atomicfile.cpp
src/ccache/core/cacheentry.cpp
src/ccache/core/mainoptions.cpp
src/ccache/core/result.cpp
src/ccache/core/resultinspector.cpp
src/ccache/core/statslog.hpp
src/ccache/language.cpp
src/ccache/signalhandler.cpp
src/ccache/storage/local/localstorage.cpp
src/ccache/storage/local/statsfile.cpp
src/ccache/storage/storage.cpp
src/ccache/util/bitset.hpp
src/ccache/util/defer.hpp
src/ccache/util/fd.hpp
src/ccache/util/filelock.cpp
src/ccache/util/filestream.hpp
src/ccache/util/logging.cpp
src/ccache/util/texttable.cpp
src/ccache/util/timepoint.hpp
src/ccache/util/timer.hpp
src/ccache/util/xxh3_128.hpp
src/ccache/util/xxh3_64.hpp
unittest/test_argprocessing.cpp
unittest/test_bsdmkstemp.cpp