summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-08-29 01:28:10 +0000
committerMike Frysinger <vapier@gentoo.org>2011-08-29 01:28:10 +0000
commit88c0be723d1e553f3b4a7b4b38388ade983e4279 (patch)
tree2a5c342b1f268208c7a64db1b0bf6a6d3e1ef0a1 /eclass/font.eclass
parentVersion bump (diff)
downloadgentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.gz
gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.bz2
gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.zip
trim useless trailing whitespace
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r--eclass/font.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index 57eb534b7faa..2a2e5c5d7c49 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.53 2011/08/22 04:46:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.54 2011/08/29 01:28:10 vapier Exp $
# @ECLASS: font.eclass
# @MAINTAINER:
@@ -222,7 +222,7 @@ font_pkg_postinst() {
# The font pkg_postrm function.
font_pkg_postrm() {
font_cleanup_dirs
-
+
# unreadable font files = fontconfig segfaults
find "${EROOT}"usr/share/fonts/ -type f '!' -perm 0644 -print0 \
| xargs -0 chmod -v 0644 2>/dev/null