summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-01-01 22:27:01 +0000
committerSven Wegener <swegener@gentoo.org>2007-01-01 22:27:01 +0000
commita71865ad64c0e272c3b3df2d75d9854716d0121d (patch)
tree176ed5f80d92a83bdfe87e84bb0790ca986fef19 /eclass/portability.eclass
parentVersion bump (diff)
downloadhistorical-a71865ad64c0e272c3b3df2d75d9854716d0121d.tar.gz
historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.tar.bz2
historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.zip
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/portability.eclass')
-rw-r--r--eclass/portability.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass
index c198218083ee..2fb4271c307b 100644
--- a/eclass/portability.eclass
+++ b/eclass/portability.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/portability.eclass,v 1.10 2006/11/10 15:56:59 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/portability.eclass,v 1.11 2007/01/01 22:27:01 swegener Exp $
#
# Author: Diego Pettenò <flameeyes@gentoo.org>
#
@@ -139,9 +139,9 @@ get_mounts() {
# Linux has /proc/mounts which should always exist
if [[ $(uname -s) == "Linux" ]] ; then
while read node point fs opts foo ; do
- echo "${point} ${node} ${fs} ${opts}"
+ echo "${point} ${node} ${fs} ${opts}"
done < /proc/mounts
- return
+ return
fi
# OK, pray we have a -p option that outputs mounts in fstab format