Author: markt
Date: Fri Dec 28 14:18:57 2007
New Revision: 607347

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

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java?rev=607347&r1=607346&r2=607347&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java 
(original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Fri Dec 
28 14:18:57 2007
@@ -117,21 +117,21 @@
                 (URLClassLoader)this.getClass().getClassLoader();
         }
 
-       if (log.isDebugEnabled()) {
-           if (parentClassLoader != null) {
-               
log.debug(Localizer.getMessage("jsp.message.parent_class_loader_is",
-                                              parentClassLoader.toString()));
-           } else {
-               
log.debug(Localizer.getMessage("jsp.message.parent_class_loader_is",
-                                              "<none>"));
-           }
+        if (log.isDebugEnabled()) {
+            if (parentClassLoader != null) {
+                
log.debug(Localizer.getMessage("jsp.message.parent_class_loader_is",
+                                               parentClassLoader.toString()));
+            } else {
+                
log.debug(Localizer.getMessage("jsp.message.parent_class_loader_is",
+                                               "<none>"));
+            }
         }
 
         initClassPath();
 
-       if (context instanceof org.apache.jasper.servlet.JspCServletContext) {
-           return;
-       }
+        if (context instanceof org.apache.jasper.servlet.JspCServletContext) {
+            return;
+        }
 
         if (Constants.IS_SECURITY_ENABLED) {
             initSecurity();
@@ -302,7 +302,7 @@
                     ctxt.incrementRemoved();
                 } catch (Throwable t) {
                     jsw.getServletContext().log("Background compile failed",
-                                               t);
+                                                t);
                 }
             }
         }
@@ -340,7 +340,7 @@
             }
         }    
 
-       cpath.append(options.getScratchDir() + sep);
+        cpath.append(options.getScratchDir() + sep);
 
         String cp = (String) context.getAttribute(Constants.SERVLET_CLASSPATH);
         if (cp == null || cp.equals("")) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to