aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check-codingstyle.sh
blob: 118887ccec651a2c02d53102a06594cfb90db40f (plain)
1
2
3
4
5
#!/bin/sh

clang-format --dry-run lib/*.c
clang-format --dry-run lib/*.h
clang-format --dry-run include/*.h