mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 06:06:14 +00:00
Fix new reported compliant issues
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user