Explorar el Código

scripts/strip-kmod.sh: harmonize leading whitespaces

Convert leading spaces to tabs for consistency in the file.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler hace 5 años
padre
commit
ec0fb23a41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/strip-kmod.sh

+ 1 - 1
scripts/strip-kmod.sh

@@ -19,7 +19,7 @@ else
 fi
 
 if [ -z "$KEEP_BUILD_ID" ]; then
-    ARGS="$ARGS -R .note.gnu.build-id"
+	ARGS="$ARGS -R .note.gnu.build-id"
 fi
 
 ${CROSS}objcopy \