Whitespace changes, no 3-space indentation here\!

This commit is contained in:
jst%netscape.com 2003-02-18 05:41:48 +00:00
parent 03d1089088
commit 1eb16f6978

View File

@ -52,8 +52,8 @@ interface nsIDOMNSHTMLOptionCollection : nsISupports
[noscript] void setOption(in long index,
in nsIDOMHTMLOptionElement option);
// The following exists to give us partial compatibility with the
// add method as it exists in IE (we don't yet support the second
// argument)
void add(in nsIDOMHTMLOptionElement option);
// The following exists to give us partial compatibility with the
// add method as it exists in IE (we don't yet support the second
// argument)
void add(in nsIDOMHTMLOptionElement option);
};