diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-02-17 02:22:43 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-02-17 02:22:43 +0000 |
commit | f58912fc045d84e8e31dc053335483f7bba4332e (patch) | |
tree | 56ba4a3e2a70dfec36ccbb604fcb404a84e7c6d6 /eclass/eutils.eclass | |
parent | Added fallback implementations for ebeep and epause that display QA Notice wh... (diff) | |
download | gentoo-2-f58912fc045d84e8e31dc053335483f7bba4332e.tar.gz gentoo-2-f58912fc045d84e8e31dc053335483f7bba4332e.tar.bz2 gentoo-2-f58912fc045d84e8e31dc053335483f7bba4332e.zip |
Fixed indentation.
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 9b7d5534b560..ad18859d9396 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.331 2010/02/17 02:20:35 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.332 2010/02/17 02:22:43 reavertm Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -53,13 +53,13 @@ ebeep() { else - ebeep() { - eqawarn "QA Notice: ebeep is not defined in EAPI=3, please file a bug at http://bugs.gentoo.org" - } +ebeep() { + eqawarn "QA Notice: ebeep is not defined in EAPI=3, please file a bug at http://bugs.gentoo.org" +} - epause() { - eqawarn "QA Notice: epause is not defined in EAPI=3, please file a bug at http://bugs.gentoo.org" - } +epause() { + eqawarn "QA Notice: epause is not defined in EAPI=3, please file a bug at http://bugs.gentoo.org" +} fi |