qpdf/zlib-flate
Jay Berkenbilt 12f1eb15ca Programmatically apply new formatting to code
Run this:

for i in  **/*.cc **/*.c **/*.h **/*.hh; do
  clang-format < $i >| $i.new && mv $i.new $i
done
2022-04-04 08:10:40 -04:00
..
qtest WHITESPACE ONLY -- expand tabs in source code 2022-02-08 11:51:15 -05:00
CMakeLists.txt Add cmake configuration files 2022-03-18 19:53:18 -04:00
zlib-flate.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00