depend-cleanup.sh: Fix whitespace

Fixes:	45c4ff15e3 ("depend-cleanup.sh: Handle libc bcmp.S moving to bcmp.c on amd64.")
This commit is contained in:
Jessica Clarke 2023-07-11 00:18:15 +01:00
parent ce4846ae75
commit f3674213e3

View file

@ -91,7 +91,7 @@ fi
# 20220326 fbc002cb72d2 move from bcmp.c to bcmp.S
if [ "$MACHINE_ARCH" = "amd64" ]; then
clean_dep lib/libc bcmp c
clean_dep lib/libc bcmp c
fi
# 20220524 68fe988a40ca kqueue_test binary replaced shell script