File: check-fmt.sh

package info (click to toggle)
interface99 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 951; sh: 48; makefile: 6
file content (6 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

./run-clang-format/run-clang-format.py \
    --exclude examples/build \
    --exclude tests/build \
    -r interface99.h tests examples