The following commit has been merged in the master branch:
commit f62a4ad7b2dee45e39323a89dfaa099db2e272fe
Author: Ville Skyttä <[email protected]>
Date:   Sat Jan 30 12:22:33 2010 +0200

    Indentation fixes.

diff --git a/contrib/java b/contrib/java
index 426be1d..cbd29f1 100644
--- a/contrib/java
+++ b/contrib/java
@@ -128,16 +128,16 @@ _java()
     for ((i=1; i < $COMP_CWORD; i++)); do
         case ${COMP_WORDS[$i]} in
             -cp|-classpath)
-            ((i++)) # skip the classpath string.
-            ;;
+                ((i++)) # skip the classpath string.
+                ;;
             -*)
-            # this is an option, not a class/jarfile name.
-            ;;
+                # this is an option, not a class/jarfile name.
+                ;;
             *)
-            # once we've seen a class, just do filename completion
-            _filedir
-            return 0
-            ;;
+                # once we've seen a class, just do filename completion
+                _filedir
+                return 0
+                ;;
         esac
     done
 

-- 
bash-completion

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

Reply via email to