paho.mqtt.cpp/fmt.sh

8 lines
128 B
Bash
Executable File

#!/bin/bash
#
# Runs clang format over the whole project tree
#
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i