app-backup/cdbackup: Whitespace cleanup
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 15 Jul 2018 13:53:54 +0000 (15:53 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 15 Jul 2018 14:52:48 +0000 (16:52 +0200)
Package-Manager: Portage-2.3.42, Repoman-2.3.9

app-backup/cdbackup/cdbackup-0.7.1-r1.ebuild

index 7529285d9a601964c2b6724e993d80c560becce9..184aa586db4c83308803210f4a032c2e2660a129 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ DEPEND=""
 
 src_prepare() {
        sed -i -e '/cd\(backup\|restore\)/,+1 s:CFLAGS:LDFLAGS:' \
-                "${S}"/Makefile || die "sed Makefile failed"
+               "${S}"/Makefile || die "sed Makefile failed"
        default
 }