From b83b28af84bcb0747affb591c272b3fba25bebab Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 4 Aug 2024 09:28:22 -0700 Subject: [PATCH] removed filecheck for formatting file. --- otto.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/otto.sh b/otto.sh index 20de2c5..7bb26c3 100755 --- a/otto.sh +++ b/otto.sh @@ -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