diff options
author | 2009-01-12 23:04:54 +0000 | |
---|---|---|
committer | 2009-01-12 23:04:54 +0000 | |
commit | 7f38f69c92ada7c9a4e0249c59d4cc52d46d8e51 (patch) | |
tree | a8d394b16c947c08883afa8d22ce7de0489e21b5 /eclass | |
parent | whitespace (diff) | |
download | gentoo-2-7f38f69c92ada7c9a4e0249c59d4cc52d46d8e51.tar.gz gentoo-2-7f38f69c92ada7c9a4e0249c59d4cc52d46d8e51.tar.bz2 gentoo-2-7f38f69c92ada7c9a4e0249c59d4cc52d46d8e51.zip |
whitespace
Diffstat (limited to '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 5bda9d581937..e250aa5c40b2 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.57 2008/12/03 18:11:47 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.58 2009/01/12 23:04:54 maekke Exp $ # # Original author: John Mylchreest <johnm@gentoo.org> # Maintainer: kernel-misc@gentoo.org @@ -527,7 +527,7 @@ check_extra_config() { fi einfo "Checking for suitable kernel configuration options..." - + for config in ${CONFIG_CHECK} do # if we specify any fatal, ensure we honor them |