1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

uncrustify: remove nonexistent animation folder

This commit is contained in:
Peter Eisenmann 2024-01-11 11:55:44 +01:00 committed by António Fernandes
parent d92a6f02e6
commit 7c23f126d1

View File

@ -16,7 +16,7 @@ fi
for DIR in "$DATA/../"{src,test,libnautilus-extension,eel,extensions}
do
for FILE in $(find "$DIR" -name "*.c" -not -path "*/gtk/*" -not -path "*/animation/*")
for FILE in $(find "$DIR" -name "*.c" -not -path "*/gtk/*")
do
# Aligning prototypes is not working yet, so avoid headers
"$UNCRUSTIFY" -c "$DATA/uncrustify.cfg" --no-backup "$FILE"