diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
commit | f9aeecbc5d756357455e4ae842071ffdc8ebdd43 (patch) | |
tree | 1f60c7429e0edddac752ce623889644516ce3cf6 /eclass/x-modular.eclass | |
parent | Version bump (diff) | |
download | historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.gz historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.bz2 historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.zip |
trim useless trailing whitespace
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 3ed8e0cb8521..db7dd797a7e2 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.120 2010/09/09 11:19:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.121 2011/08/29 01:28:10 vapier Exp $ # # @DEPRECATED # This eclass has been superseded by xorg-2 @@ -542,7 +542,7 @@ remove_font_metadata() { # @FUNCTION: install_driver_hwdata # @USAGE: # @DESCRIPTION: -# Installs device-to-driver mappings for system-config-display and +# Installs device-to-driver mappings for system-config-display and # anything else that uses hwdata. install_driver_hwdata() { insinto /usr/share/hwdata/videoaliases |