mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
scripts/strip-kmod.sh: harmonize leading whitespaces
Convert leading spaces to tabs for consistency in the file. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
f4b812dac1
commit
ec0fb23a41
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$KEEP_BUILD_ID" ]; then
|
if [ -z "$KEEP_BUILD_ID" ]; then
|
||||||
ARGS="$ARGS -R .note.gnu.build-id"
|
ARGS="$ARGS -R .note.gnu.build-id"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${CROSS}objcopy \
|
${CROSS}objcopy \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue