Skip to content
Snippets Groups Projects
Commit fa00a7fa authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix indent (whitespace) only

parent 7a7caa11
No related branches found
No related tags found
No related merge requests found
Pipeline #8811 passed
......@@ -1239,8 +1239,8 @@ js_timestr(JSContext *cx, uintN argc, jsval *arglist)
if (argc < 1)
ti = (jsdouble)time(NULL); /* use current time */
else
if (!JS_ValueToNumber(cx, argv[0], &ti))
return JS_TRUE;
if (!JS_ValueToNumber(cx, argv[0], &ti))
return JS_TRUE;
rc = JS_SUSPENDREQUEST(cx);
timestr(sys->cfg, (time32_t)ti, str);
JS_RESUMEREQUEST(cx, rc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment