diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-25 12:30:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-25 12:30:26 +0000 |
commit | 4a1cdac34b1bb6022fb715031d15ce25f5553553 (patch) | |
tree | a5e663c0d7788738af2b320ff3ff7de62d334e1e /eclass/linux-info.eclass | |
parent | Don't try to use -static on Darwin userland, as it doesn't work. (diff) | |
download | gentoo-2-4a1cdac34b1bb6022fb715031d15ce25f5553553.tar.gz gentoo-2-4a1cdac34b1bb6022fb715031d15ce25f5553553.tar.bz2 gentoo-2-4a1cdac34b1bb6022fb715031d15ce25f5553553.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 77e81b60d17d..e047040abdcb 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.31 2005/09/22 14:09:25 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.32 2005/09/25 12:30:26 swegener Exp $ # # Description: This eclass is used as a central eclass for accessing kernel # related information for sources already installed. @@ -374,7 +374,7 @@ check_modules_supported() { } check_extra_config() { - local config negate error local_error i n + local config negate error local_error i n local temp_config die reworkmodulenames # if we haven't determined the version yet, we need too. |