index
:
debian/packages/netdata
debian
tmp-go.d
tmp-trixie
upstream
debian sid: netdata
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fluent-bit
/
lib
/
jansson-e23f558
/
scripts
/
clang-format
blob: d46056c9421d35246b8b78baeebdfce77cdbb0bf (
plain
)
1
2
3
#!/bin/bash
find
.
-type
f
-a
'('
-name
'*.c'
-o
-name
'*.h'
')'
|
xargs
clang-format
-i