@ -11,11 +11,6 @@ MODULE_DIR="${TEMPLATE_FILES}/modules"
format_source_code () {
if [ ! -f .clang-format]; then
echo "Missing '.clang-format' file!"
return
fi
#Get a list of all C files
source_c_files=$(find ./src -name '*.c')
for f in $source_c_files; do