mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Remove trailing space from 52550df07858 (bug 684559) which is turning the tree red
This commit is contained in:
parent
3e8f886c07
commit
4e9e5ddecf
@ -198,7 +198,7 @@ js_ObjectIsRegExp(JSObject *obj)
|
||||
void
|
||||
RegExp::reportPCREError(JSContext *cx, int error)
|
||||
{
|
||||
#define REPORT(msg_) \
|
||||
#define REPORT(msg_) \
|
||||
JS_ReportErrorFlagsAndNumberUC(cx, JSREPORT_ERROR, js_GetErrorMessage, NULL, msg_); \
|
||||
return
|
||||
switch (error) {
|
||||
|
Loading…
Reference in New Issue
Block a user