[Xfce4-commits] <xfce4-mailwatch-plugin:master> Delete spare tab characters on blank lines

Ján Sučan noreply at xfce.org
Mon Aug 26 23:44:01 CEST 2013


Updating branch refs/heads/master
         to aaac9b08a5fa8a67876f24a6e017422a72b5db5f (commit)
       from 73836bb5e619762d856725a975493ea9cd191c26 (commit)

commit aaac9b08a5fa8a67876f24a6e017422a72b5db5f
Author: Ján Sučan <sucan at runbox.com>
Date:   Mon Aug 26 23:41:56 2013 +0200

    Delete spare tab characters on blank lines

 panel-plugin/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 10963f9..e62ac8d 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -36,11 +36,11 @@ endif
 # 
 desktop_in_in_files = mailwatch.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-	
+
 desktopdir = $(datadir)/xfce4/panel-plugins
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
-	
+
 # get full path into .desktop file
 %.desktop.in: %.desktop.in.in
 	sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \


More information about the Xfce4-commits mailing list