The following commit has been merged in the master branch:
commit ac43cd55cb4fd0b6781512da46a278a582175b65
Author: Ville Skyttä <[email protected]>
Date:   Tue Nov 3 20:14:46 2009 +0200

    Indentation fixes.

diff --git a/contrib/screen b/contrib/screen
index fe1de5f..b08c926 100644
--- a/contrib/screen
+++ b/contrib/screen
@@ -8,7 +8,7 @@ _screen_sessions()
     if [ -n "$1" ]; then
         pattern=".*$1.*"
     else
-    pattern=".*"
+        pattern=".*"
     fi
 
     COMPREPLY=( $( command screen -ls | sed -ne \
@@ -28,7 +28,7 @@ _screen()
         -[dD])
             _screen_sessions
             return 0
-        ;;
+            ;;
     esac
 
     case "$prev" in

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to