start mqtt client (based on paho.mqtt.c), basically works
This commit is contained in:
7
3rd/paho.mqtt.c/fmt.sh
Normal file
7
3rd/paho.mqtt.c/fmt.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Runs clang format over the whole project tree, excluding the 'build/' directory.
|
||||
#
|
||||
|
||||
find . -type d \( -path './build' \) -prune -iname '*.h' -o -iname '*.c' | xargs clang-format -i
|
||||
|
||||
Reference in New Issue
Block a user