Remove trailing space from 52550df07858 (bug 684559) which is turning the tree red

This commit is contained in:
Phil Ringnalda 2011-09-09 18:29:59 -07:00
parent 3e8f886c07
commit 4e9e5ddecf

View File

@ -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) {