summaryrefslogtreecommitdiff
path: root/eclass
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
commitd9292131f54d3ad08a45cd07860feed948553b6d (patch)
treec9660befc301b72c56e7adf9370435a8449bbcad /eclass
parentAdded fallback implementations for ebeep and epause that display QA Notice wh... (diff)
downloadhistorical-d9292131f54d3ad08a45cd07860feed948553b6d.tar.gz
historical-d9292131f54d3ad08a45cd07860feed948553b6d.tar.bz2
historical-d9292131f54d3ad08a45cd07860feed948553b6d.zip
Fixed indentation.
Diffstat (limited to '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