removed filecheck for formatting file.

This commit is contained in:
Jake Goodwin 2024-08-04 09:28:22 -07:00
parent c734ede4e6
commit b83b28af84
1 changed files with 0 additions and 5 deletions

View File

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