From: markt Date: Fri, 28 Dec 2007 22:18:57 +0000 (+0000) Subject: Tab police. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b9b259b31c4400a9213ccb4c38a39ed282f47d14;p=tomcat7.0 Tab police. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@607347 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/JspRuntimeContext.java b/java/org/apache/jasper/compiler/JspRuntimeContext.java index 4245a00e6..6e4fe069b 100644 --- a/java/org/apache/jasper/compiler/JspRuntimeContext.java +++ b/java/org/apache/jasper/compiler/JspRuntimeContext.java @@ -117,21 +117,21 @@ public final class JspRuntimeContext { (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", - "")); - } + 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", + "")); + } } 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 @@ public final class JspRuntimeContext { ctxt.incrementRemoved(); } catch (Throwable t) { jsw.getServletContext().log("Background compile failed", - t); + t); } } } @@ -340,7 +340,7 @@ public final class JspRuntimeContext { } } - cpath.append(options.getScratchDir() + sep); + cpath.append(options.getScratchDir() + sep); String cp = (String) context.getAttribute(Constants.SERVLET_CLASSPATH); if (cp == null || cp.equals("")) {