TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / scripts / clean-format.sh
diff --git a/src/type3_AndroidCloud/anbox-master/scripts/clean-format.sh b/src/type3_AndroidCloud/anbox-master/scripts/clean-format.sh
new file mode 100644 (file)
index 0000000..0f8c4ce
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+find src -name "*.h" | xargs clang-format -style=file -i
+find src -name "*.cpp" | xargs clang-format -style=file -i