From: Nirbheek Chauhan Date: Thu, 25 Aug 2011 18:19:00 +0000 (+0000) Subject: Remove pointless trailing space X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f1f024a4f39cab52ef68e1b1b835372937d1584e;p=gentoo.git Remove pointless trailing space --- diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 3058b35177b3..54313b2df13f 100644 --- a/eclass/gst-plugins-base.eclass +++ b/eclass/gst-plugins-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.18 2010/08/12 10:53:57 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.19 2011/08/25 18:19:00 nirbheek Exp $ # Author : foser @@ -17,11 +17,11 @@ inherit eutils gst-plugins10 GST_EXPF="src_unpack src_compile src_install" -case ${EAPI:-0} in - 2|3) GST_EXPF="${GST_EXPF} src_prepare src_configure" ;; - 1|0) ;; - *) die "Unknown EAPI" ;; -esac +case ${EAPI:-0} in + 2|3) GST_EXPF="${GST_EXPF} src_prepare src_configure" ;; + 1|0) ;; + *) die "Unknown EAPI" ;; +esac EXPORT_FUNCTIONS ${GST_EXPF} ###