[nautilus/wip/antoniof/switch-case-braces-style-fix] test




commit 4f1a13f58045bb001c8601d02b5c0711a60e4053
Author: António Fernandes <antoniof gnome org>
Date:   Sun Jul 11 14:11:13 2021 +0100

    test

 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 78ac8d6cd..59caf6a44 100755
--- a/data/run-uncrustify.sh
+++ b/data/run-uncrustify.sh
@@ -20,7 +20,7 @@ do
     for FILE in $(find "$DIR" -name "*.c" -not -path "*/gtk/*" -not -path "*/animation/*" -not -path 
"*/audio-video-properties/*")
     do
         # Aligning prototypes is not working yet, so avoid headers
-        "$UNCRUSTIFY" -c "$DATA/uncrustify.cfg" --no-backup "$FILE"
+        "$UNCRUSTIFY" -p - -c "$DATA/uncrustify.cfg" --no-backup -f "$FILE"
         "$DATA/lineup-parameters" "$FILE" > "$FILE.temp" && mv "$FILE.temp" "$FILE"
    done
 done


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]