removed filecheck for formatting file.
This commit is contained in:
parent
c734ede4e6
commit
b83b28af84
5
otto.sh
5
otto.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue