for i in
$(find src/core -name .git -prune -o -regextype posix-egrep -regex '^.*.(c|h)$ ') ; do clang-format -i $i; done
https://github.com/kamailio/kamailio/pull/3461
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.