Cosmetics: expanding tabs

This commit is contained in:
igor%mir2.org 2002-12-17 20:56:08 +00:00
parent 86fcd89670
commit ec811806ab

View File

@ -121,9 +121,9 @@ public class Main {
static Context enterContext() {
Context cx = new Context();
if (securityImpl != null) {
cx.setSecurityController(securityImpl);
}
if (securityImpl != null) {
cx.setSecurityController(securityImpl);
}
return Context.enter(cx);
}