mirror of https://github.com/encounter/SDL.git
Fixed whitespace
Whitespace inconsistencies reported in https://github.com/libsdl-org/SDL/pull/5673
This commit is contained in:
parent
56665e1d9d
commit
aa6ea607d9
|
@ -33,8 +33,7 @@ lib=
|
||||||
ndk_args=
|
ndk_args=
|
||||||
|
|
||||||
# Allow an external caller to specify locations.
|
# Allow an external caller to specify locations.
|
||||||
for arg in $*
|
for arg in $*; do
|
||||||
do
|
|
||||||
if [ "${arg:0:8}" == "NDK_OUT=" ]; then
|
if [ "${arg:0:8}" == "NDK_OUT=" ]; then
|
||||||
obj=${arg#NDK_OUT=}
|
obj=${arg#NDK_OUT=}
|
||||||
elif [ "${arg:0:13}" == "NDK_LIBS_OUT=" ]; then
|
elif [ "${arg:0:13}" == "NDK_LIBS_OUT=" ]; then
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
find . -type f -exec grep -Il "Copyright" {} \; \
|
find . -type f -exec grep -Il "Copyright" {} \; \
|
||||||
| grep -v \.git \
|
| grep -v \.git \
|
||||||
| while read file; \
|
| while read file; do \
|
||||||
do \
|
|
||||||
LC_ALL=C sed -b -i "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$file"; \
|
LC_ALL=C sed -b -i "s/\(.*Copyright.*\)[0-9]\{4\}\( *Sam Lantinga\)/\1`date +%Y`\2/" "$file"; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue