Fix new reported compliant issues

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2019-10-10 09:08:57 -07:00
parent 4682777430
commit 0f90dbaf07
6 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ check_sort_makefile()
return "$status"
fi
run clang-format -i -style=file src/*.[ch] src/lib/*.[ch]
run clang-format-9 -i -style=file src/*.[ch] src/lib/*.[ch]
if [ "$status" -ne 0 ]; then
return "$status"
fi