summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-02-17 02:22:43 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2010-02-17 02:22:43 +0000
commitf58912fc045d84e8e31dc053335483f7bba4332e (patch)
tree56ba4a3e2a70dfec36ccbb604fcb404a84e7c6d6 /eclass/eutils.eclass
parentAdded fallback implementations for ebeep and epause that display QA Notice wh... (diff)
downloadgentoo-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.eclass14
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