[Xfce4-commits] <xfce-utils:master> Remove trailing white spaces.

Jérôme Guelfucci noreply at xfce.org
Mon Oct 25 14:46:01 CEST 2010


Updating branch refs/heads/master
         to 87098e7d11440e00334d535b2747dc0fc332e7b1 (commit)
       from 2f2bec9d212b7d675c8ddffe058cabca9aecf3b1 (commit)

commit 87098e7d11440e00334d535b2747dc0fc332e7b1
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Oct 17 12:00:25 2010 +0200

    Remove trailing white spaces.

 scripts/xinitrc.in.in |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in
index 2bd43ec..45d0c93 100755
--- a/scripts/xinitrc.in.in
+++ b/scripts/xinitrc.in.in
@@ -9,16 +9,16 @@ if test "x$UID" = "x"; then
 	fi
 fi
 
-# $XDG_CONFIG_HOME defines the base directory relative to which user specific 
-# configuration files should be stored. If $XDG_CONFIG_HOME is either not set 
+# $XDG_CONFIG_HOME defines the base directory relative to which user specific
+# configuration files should be stored. If $XDG_CONFIG_HOME is either not set
 # or empty, a default equal to $HOME/.config should be used.
 if test "x$XDG_CONFIG_HOME" = "x" ; then
   XDG_CONFIG_HOME=$HOME/.config
 fi
 [ -d "$XDG_CONFIG_HOME" ] || mkdir "$XDG_CONFIG_HOME"
 
-# $XDG_CACHE_HOME defines the base directory relative to which user specific 
-# non-essential data files should be stored. If $XDG_CACHE_HOME is either not 
+# $XDG_CACHE_HOME defines the base directory relative to which user specific
+# non-essential data files should be stored. If $XDG_CACHE_HOME is either not
 # set or empty, a default equal to $HOME/.cache should be used.
 if test "x$XDG_CACHE_HOME" = "x" ; then
   XDG_CACHE_HOME=$HOME/.cache
@@ -239,13 +239,13 @@ if test -d "$XDG_CONFIG_HOME/autostart"; then
       grep -E "^OnlyShowIn=" "$i" | grep -q 'XFCE;' || continue
     fi
     grep -E "^NotShowIn=" "$i" | grep -q 'XFCE;' && continue
-    
+
     # check for TryExec
     trycmd=`grep -E "^TryExec=" "$i" | cut -d'=' -f2`
     if test "$trycmd"; then
       which "$trycmd" >/dev/null 2>&1 || continue
     fi
-    
+
     cmd=`grep -E "^Exec=" "$i" | cut -d'=' -f2`
     if test "$cmd" && which "$cmd" >/dev/null 2>&1; then
       $cmd &



More information about the Xfce4-commits mailing list