diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-06 04:57:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-06 04:57:00 +0800 |
commit | 4953a4bdb2cb833574b4188f6795e796b4ff9a2d (patch) | |
tree | 56df3b2babc547afceaabe3f57b6304ce8456644 /data/Makefile.am | |
parent | 1bb2458bbd832096bb10d850524c560129224b46 (diff) | |
download | gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.tar gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.tar.gz gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.tar.bz2 gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.tar.lz gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.tar.xz gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.tar.zst gsoc2013-epiphany-4953a4bdb2cb833574b4188f6795e796b4ff9a2d.zip |
Remove trailing whitespace.
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Remove trailing whitespace.
* embed/mozilla/MozDownload.cpp:
Fix build with moz 1.7.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 184d8ca69..8aca13b4f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -67,7 +67,7 @@ EXTRA_DIST = \ $(extensionschema_DATA) \ $(pkgconfig_DATA) \ $(default_prefs_in_FILES) \ - $(xsl_DATA) \ + $(xsl_DATA) \ check-mime.py DISTCLEANFILES = \ |