You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/01/12 02:59:42 UTC

svn commit: r1230367 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/AuthenticatingIMAPClient.java

Author: sebb
Date: Thu Jan 12 01:59:42 2012
New Revision: 1230367

URL: http://svn.apache.org/viewvc?rev=1230367&view=rev
Log:
Tab police

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/AuthenticatingIMAPClient.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/AuthenticatingIMAPClient.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/AuthenticatingIMAPClient.java?rev=1230367&r1=1230366&r2=1230367&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/AuthenticatingIMAPClient.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/imap/AuthenticatingIMAPClient.java Thu Jan 12 01:59:42 2012
@@ -141,9 +141,9 @@ public class AuthenticatingIMAPClient ex
                         InvalidKeyException, InvalidKeySpecException
     {
         if (!IMAPReply.isContinuation(sendCommand(IMAPCommand.AUTHENTICATE, method.getAuthName())))
-	    {
+        {
             return false;
-	    }
+        }
 
         switch (method) {
             case PLAIN: