might as well reformat all c code for readability

This commit is contained in:
Gwenhael Le Moine 2024-10-18 15:33:27 +02:00
parent a39c54b2e8
commit 39a441b040
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -41,3 +41,5 @@ BUILD_SUFFIXES=" versionNameSuffix \"-${SUFFIX}\"\n versionName"
ESCAPED_BUILD_SUFFIXES="$(echo "${BUILD_SUFFIXES}" | sed ':a;N;$!ba;s/\n/\\n/g' | sed 's/\$/\\$/g')"
sed -i 's/ versionName/'"${ESCAPED_BUILD_SUFFIXES}"'/' app/build.gradle
sed -i 's/Emu48-v$versionName/$applicationId-v$versionName$versionNameSuffix/' app/build.gradle
clang-format -i $(fd -e c -e h)