for i in $(find src/core -name .git -prune -o -regextype posix-egrep -regex '^.*.(c|h)$') ; do clang-format -i $i; done


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3461

Commit Summary

File Changes

(300 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3461@github.com>