SVN: xinitrc-ng/trunk: Xclients Xmodmap desktop xinitdefs

glen glen at pld-linux.org
Thu Apr 19 22:58:34 CEST 2012


Author: glen
Date: Thu Apr 19 22:58:34 2012
New Revision: 12556

Modified:
   xinitrc-ng/trunk/Xclients
   xinitrc-ng/trunk/Xmodmap
   xinitrc-ng/trunk/desktop
   xinitrc-ng/trunk/xinitdefs
Log:
whitespace cleanup

Modified: xinitrc-ng/trunk/Xclients
==============================================================================
--- xinitrc-ng/trunk/Xclients	(original)
+++ xinitrc-ng/trunk/Xclients	Thu Apr 19 22:58:34 2012
@@ -32,7 +32,7 @@
 	if [ ! -d "$xsessdir" ]; then
 		echo "$xsessdir not found - check Your settings." >&2
 		return
-	fi	
+	fi
 	for f in $xsessdir/*.desktop; do
 		typeset -l sessfile sessname altnames
 		sessfile=$(basename $f .desktop)
@@ -46,7 +46,7 @@
 		altnames=$(grep "^X-AltNames=" $f)
 		altnames=${altnames##x-altnames=}
 		oldIFS=$IFS ; IFS=";"; set -- $altnames ; IFS=$oldIFS
-		altnames="$*" 
+		altnames="$*"
 		for n in $altnames; do
 			if [ "$n" = "$__XSESSION" ]; then
 				progname=$(grep "^Exec=" $f)
@@ -70,7 +70,7 @@
 # Backward compatibility - fallback to ~/.wm_style
 if [ ! -f $userwmfilefp ] && [ -f "$HOME/.wm_style" ]; then
 	userwmfilefp="$HOME/.wm_style"
-fi	
+fi
 
 [ -f $userwmfilefp ] && USERWM=`grep -v "^#" $userwmfilefp | head -n 1`
 

Modified: xinitrc-ng/trunk/Xmodmap
==============================================================================
--- xinitrc-ng/trunk/Xmodmap	(original)
+++ xinitrc-ng/trunk/Xmodmap	Thu Apr 19 22:58:34 2012
@@ -8,7 +8,7 @@
 
 ! i386 and alpha
 ! keycode 22 = BackSpace
-! keycode 107 = Delete           
+! keycode 107 = Delete
 
 ! powerpc
 ! keycode 59 = BackSpace

Modified: xinitrc-ng/trunk/desktop
==============================================================================
--- xinitrc-ng/trunk/desktop	(original)
+++ xinitrc-ng/trunk/desktop	Thu Apr 19 22:58:34 2012
@@ -1,5 +1,5 @@
 # Put the name of the system default session here
-# (can be program/script name or desktop xsession name). 
+# (can be program/script name or desktop xsession name).
 # Examples: gnome, kde-plasma, twm, xfce4
 DEFAULTWM=twm
 

Modified: xinitrc-ng/trunk/xinitdefs
==============================================================================
--- xinitrc-ng/trunk/xinitdefs	(original)
+++ xinitrc-ng/trunk/xinitdefs	Thu Apr 19 22:58:34 2012
@@ -39,7 +39,7 @@
 	xrdb -merge $sysresources
 elif [ -f $another_sysresources ]; then
 	xrdb -merge $another_sysresources
-fi		
+fi
 
 if [ -f $userresources ]; then
 	xrdb -merge $userresources
@@ -67,10 +67,10 @@
 		xmodmap $sysmodmap
 	elif [ -f $another_sysmodmap ]; then
 		xmodmap $another_sysmodmap
-	fi		
+	fi
 	if [ -f $usermodmap ]; then
 		xmodmap $usermodmap
-	fi	
+	fi
 fi
 
 unset XKB_IN_USE


More information about the pld-cvs-commit mailing list