summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-02-25 19:31:12 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-02-25 19:31:12 +0000
commita9645e109f87be92e71b37ece7b30f9d315e5ac7 (patch)
treec5c6a9ed80c5abdb7eeffd578a0e490098d4bc1c /eclass
parentinitial commit (bug #42078) (Manifest recommit) (diff)
downloadgentoo-2-a9645e109f87be92e71b37ece7b30f9d315e5ac7.tar.gz
gentoo-2-a9645e109f87be92e71b37ece7b30f9d315e5ac7.tar.bz2
gentoo-2-a9645e109f87be92e71b37ece7b30f9d315e5ac7.zip
Spaces to tabs.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfree.eclass18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/xfree.eclass b/eclass/xfree.eclass
index 8d86a989b734..65aef46a55a1 100644
--- a/eclass/xfree.eclass
+++ b/eclass/xfree.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.18 2004/02/23 04:45:39 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.19 2004/02/25 19:31:12 spyderous Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -69,14 +69,14 @@ get_KV_info() {
}
is_kernel() {
- get_KV_info
-
- if [ "${KV_major}" -eq "${1}" -a "${KV_minor}" -eq "${2}" ]
- then
- return 0
- else
- return 1
- fi
+ get_KV_info
+
+ if [ "${KV_major}" -eq "${1}" -a "${KV_minor}" -eq "${2}" ]
+ then
+ return 0
+ else
+ return 1
+ fi
}
# For stripping binaries, but not drivers or modules.