Indentation fixes.

This commit is contained in:
Ville Skyttä 2009-11-03 20:14:46 +02:00
parent 36bdc2ecad
commit ac43cd55cb

View File

@ -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