From: Enno Boland (tox) Date: Tue, 13 Oct 2009 18:10:43 +0000 (+0200) Subject: small whitespacefix. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=sidebyside;h=92cb8792e17e7f0c61131da3be1bddda5375bc47;p=surf.git small whitespacefix. --- diff --git a/surf.c b/surf.c index 3c2f572..28b6966 100644 --- a/surf.c +++ b/surf.c @@ -699,7 +699,7 @@ windowobjectcleared(GtkWidget *w, WebKitWebFrame *frame, JSContextRef js, JSObje filename = g_build_filename(workdir, "script.js", NULL); if(g_file_get_contents(filename, &script, NULL, &error)) { - jsscript = JSStringCreateWithUTF8CString (script); + jsscript = JSStringCreateWithUTF8CString(script); JSEvaluateScript (js, jsscript, JSContextGetGlobalObject(js), NULL, 0, &exception); } }