diff --git a/tools/run-clang-format.sh b/tools/run-clang-format.sh index eed14fac..57e7ee85 100755 --- a/tools/run-clang-format.sh +++ b/tools/run-clang-format.sh @@ -6,8 +6,8 @@ source $(dirname $0)/env.sh cd $LUNA_ROOT SOURCES=($(find kernel/src -type f | grep -v "\.asm")) -SOURCES+=($(find luna/src -type f)) -SOURCES+=($(find luna/include/luna -type f)) +SOURCES+=($(find libluna/src -type f)) +SOURCES+=($(find libluna/include/luna -type f)) for f in ${SOURCES[@]} do