xserver-kdrive-common_openmoko: fix (cosmetic) merge damage in Xserver script
authorMichael Lauer <mickey@vanille-media.de>
Tue, 16 Oct 2007 19:10:42 +0000 (19:10 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 16 Oct 2007 19:10:42 +0000 (19:10 +0000)
packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver

index 50da711..f7fe52d 100644 (file)
@@ -97,9 +97,8 @@ 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
+                # kdrive to use the current framebuffer geometry -- otherwise
                 # it will default to trying to achieve 1024x768
                 S=`fallback_screen_arg`
                 ARGS="$ARGS -screen $S" ;;