Fix formatting.

This commit is contained in:
norris%netscape.com 1999-11-23 17:29:34 +00:00
parent 1dfe0e4f69
commit eb5865d934
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public class Undefined implements Scriptable {
}
public boolean hasInstance(Scriptable value) {
throw reportError();
throw reportError();
}
public boolean instanceOf(Scriptable prototype) {

View File

@ -125,7 +125,7 @@ public class Undefined implements Scriptable {
}
public boolean hasInstance(Scriptable value) {
throw reportError();
throw reportError();
}
public boolean instanceOf(Scriptable prototype) {