diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-01-01 01:14:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-01-01 01:14:59 +0000 |
commit | aff5d7630bfd59eebc1a96d5d2c94f2fe1bfe297 (patch) | |
tree | 9ece68f2b695e9bef18dd6a0cacca932b489029a /eclass/linux-info.eclass | |
parent | New upstream version. (diff) | |
download | gentoo-2-aff5d7630bfd59eebc1a96d5d2c94f2fe1bfe297.tar.gz gentoo-2-aff5d7630bfd59eebc1a96d5d2c94f2fe1bfe297.tar.bz2 gentoo-2-aff5d7630bfd59eebc1a96d5d2c94f2fe1bfe297.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index be97c4ea0e19..15e93e3560c8 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.35 2005/12/30 18:47:14 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.36 2006/01/01 01:14:59 swegener Exp $ # # Description: This eclass is used as a central eclass for accessing kernel # related information for sources already installed. @@ -427,13 +427,13 @@ check_extra_config() { if [[ ${error} > 0 ]]; then local_error="ERROR_${config}" local_error="${!local_error}" - + if [[ -z "${local_error}" ]]; then # using old, deprecated format. local_error="${config}_ERROR" local_error="${!local_error}" fi - + if [[ -z "${local_error}" ]]; then [[ ${error} == 1 ]] \ && local_error="is not set when it should be." \ |