From 7c23f126d12dd72494b23c8175c22b8579c0fadc Mon Sep 17 00:00:00 2001 From: Peter Eisenmann Date: Thu, 11 Jan 2024 11:55:44 +0100 Subject: [PATCH] uncrustify: remove nonexistent animation folder --- data/run-uncrustify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/run-uncrustify.sh b/data/run-uncrustify.sh index a02154716..f886fe592 100755 --- a/data/run-uncrustify.sh +++ b/data/run-uncrustify.sh @@ -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"