diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-02-25 19:31:12 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-02-25 19:31:12 +0000 |
commit | 697e1cf23f7afc30c10fc6a40f97498263940939 (patch) | |
tree | e943d95bced6cde398557fce5531f95455597653 /eclass | |
parent | initial commit (bug #42078) (diff) | |
download | historical-697e1cf23f7afc30c10fc6a40f97498263940939.tar.gz historical-697e1cf23f7afc30c10fc6a40f97498263940939.tar.bz2 historical-697e1cf23f7afc30c10fc6a40f97498263940939.zip |
Spaces to tabs.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfree.eclass | 18 |
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. |