]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentracing-cpp/scripts/run_clang_format.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / opentracing-cpp / scripts / run_clang_format.sh
CommitLineData
f67539c2
TL
1#!/bin/sh
2find . -path ./3rd_party -prune -o \( -name '*.h' -or -name '*.cpp' \) \
3 -exec clang-format -i {} \;