File: reformat-code.sh

package info (click to toggle)
qnapi 0.2.3-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,328 kB
  • sloc: cpp: 8,634; sh: 49; makefile: 10
file content (5 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

find gui/src libqnapi/src -name '*.cpp' -exec clang-format -i {} \;
find gui/src libqnapi/src -name '*.h' -exec clang-format -i {} \;