From: Sebastian Pipping Date: Mon, 17 Jan 2011 14:51:22 +0000 (+0100) Subject: style: Fix trailing whitespace error X-Git-Tag: v3.4.12~1^2~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b01b882e7c16cb10cda1dac7c79c5ca88b73b5ce;p=genkernel.git style: Fix trailing whitespace error --- diff --git a/gen_compile.sh b/gen_compile.sh index bccbcdc..febbcd3 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -468,7 +468,7 @@ compile_mdadm() { gen_die 'Could not extract MDADM source tarball!' [ -d "${MDADM_DIR}" ] || gen_die 'MDADM directory ${MDADM_DIR} is invalid!' - + cd "${MDADM_DIR}" sed -i "/^CFLAGS = /s:^CFLAGS = \(.*\)$:CFLAGS = -Os:" Makefile sed -i "/^CXFLAGS = /s:^CXFLAGS = \(.*\)$:CXFLAGS = -Os:" Makefile