diff options
author | 2005-12-16 18:57:57 +0000 | |
---|---|---|
committer | 2005-12-16 18:57:57 +0000 | |
commit | f9cd3d84ca2cdefd485718512efed1cfb2840f55 (patch) | |
tree | 6166afbcc085088c7cdd8ba82ba03016610f8e7f /arch | |
parent | Fix more tab/spacing issues .. trying to make everything use tabs (diff) | |
download | catalyst-f9cd3d84ca2cdefd485718512efed1cfb2840f55.tar.gz catalyst-f9cd3d84ca2cdefd485718512efed1cfb2840f55.tar.bz2 catalyst-f9cd3d84ca2cdefd485718512efed1cfb2840f55.zip |
Removing extra line from x86.py, fixing up comments, spacing, and coding style in targets/support through functions.sh
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@971 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86.py b/arch/x86.py index d9112715..6ac90b84 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.20 2005/10/11 22:26:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.21 2005/12/16 18:57:57 wolf31o2 Exp $ import builder,os from catalyst_support import * @@ -87,4 +87,4 @@ def register(foo): "Inform main catalyst program of the contents of this plugin." foo.update({"pentium4":arch_pentium4,"x86":arch_x86,"i386":arch_i386,"i486":arch_i486,"i586":arch_i586,"i686":arch_i686,"athlon":arch_athlon, "athlon-xp":arch_athlon_xp,"athlon-mp":arch_athlon_xp,"pentium3":arch_pentium3,"pentium-mmx":arch_pentium_mmx}) - + |