[oe-commits] org.oe.dev xserver-kdrive-common: fix tabs/indentation of Xserver script

pH5 commit openembedded-commits at lists.openembedded.org
Sat Sep 29 19:43:27 UTC 2007


xserver-kdrive-common: fix tabs/indentation of Xserver script

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: f6f643fc6383db49dbdf286395cc43933a270bcf
ViewMTN: http://monotone.openembedded.org/revision/info/f6f643fc6383db49dbdf286395cc43933a270bcf
Files:
1
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver
Diffs:

#
# mt diff -r1d32c1d9c08aa79c8176d13a9d64f53074be7445 -rf6f643fc6383db49dbdf286395cc43933a270bcf
#
# 
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common/Xserver"
#  from [1c3a844d711693e511e4b402611d0e873e14eb45]
#    to [7f41f4641df1df19c9c01517c0e6a61e7fc82ac7]
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver"
#  from [98a4fb4f6cccc8cf6cf2d49433a3a0094153ad57]
#    to [384019d65a703db3d63011f5d17f8b81dab3d1cc]
# 
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	1c3a844d711693e511e4b402611d0e873e14eb45
+++ packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	7f41f4641df1df19c9c01517c0e6a61e7fc82ac7
@@ -91,19 +91,19 @@ case `module_id` in
                 ARGS="$ARGS -rgba vrgb" ;;
         "Compulab CM-x270")
                 modprobe mbxfb
-	            ARGS="$ARGS -fb /dev/fb1" ;;
+                ARGS="$ARGS -fb /dev/fb1" ;;
         "GTA01" | "GTA02")
                 ARGS="$ARGS -dpi 285 -screen 480x640" ;;
         "Nokia N800")
                 ARGS="$ARGS -dpi 225 -screen 800x480x16 -mouse tslib" ;;
         "Motorola Ezx Platform")
                 ARGS="$ARGS -dpi 170 -screen 240x320" ;;
-	*)
-		# It is a device we do not know about, in which case we force
-        # kdrive to use the current framebuffer geometry -- otherwise
-		# it will default to trying to achieve 1024x768
-		S=`fallback_screen_arg`
-		ARGS="$ARGS -screen $S" ;;
+        *)
+                # It is a device we do not know about, in which case we force
+                # kdrive to use the current framebuffer geometry -- otherwise
+                # it will default to trying to achieve 1024x768
+                S=`fallback_screen_arg`
+                ARGS="$ARGS -screen $S" ;;
 esac
 
 DISPLAY=':0'
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver	98a4fb4f6cccc8cf6cf2d49433a3a0094153ad57
+++ packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver	384019d65a703db3d63011f5d17f8b81dab3d1cc
@@ -72,8 +72,7 @@ case `module_id` in
         *Poodle)
                 ARGS="$ARGS -br -dpi 100 -rgba vrgb -screen 320x240 at 270" ;;
         *Collie)
-                ARGS="$ARGS -br -dpi 100 -rgba vrgb -screen 320x240 at 270"
-                ;;
+                ARGS="$ARGS -br -dpi 100 -rgba vrgb -screen 320x240 at 270" ;;
         "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi")
                 ARGS="$ARGS -br -dpi 200 -rgba rgb" ;;
         "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
@@ -89,7 +88,7 @@ case `module_id` in
         "HTC Universal")
                 ARGS="$ARGS -br -dpi 225 -screen 480x640 at 270" ;;
         "ARM-IntegratorCP" | "ARM-Versatile PB")
-		        ARGS="$ARGS -br -rgba vrgb" ;;
+                ARGS="$ARGS -br -rgba vrgb" ;;
         "Compulab CM-x270")
                 modprobe mbxfb
                 ARGS="$ARGS -br -fb /dev/fb1" ;;
@@ -100,11 +99,11 @@ case `module_id` in
         "Nokia N800")
                 ARGS="$ARGS -br -dpi 225 -screen 800x480x16 -mouse tslib" ;;
         *)
-		        # It is a device we do not know about, in which case we force
+                # It is a device we do not know about, in which case we force
                 # kdrive to use the current framebuffer geometry -- otherwise
-		        # it will default to trying to achieve 1024x768
-		        S=`fallback_screen_arg`
-		        ARGS="$ARGS -screen $S" ;;
+                # it will default to trying to achieve 1024x768
+                S=`fallback_screen_arg`
+                ARGS="$ARGS -screen $S" ;;
 esac
 
 DISPLAY=':0'






More information about the Openembedded-commits mailing list