changeset: 112:b82746773e15
user: Enno Boland (tox) <tox_AT_s01.de>
date: Tue Oct 13 20:10:43 2009 +0200
files: surf.c
description:
small whitespacefix.
diff -r 470adc5f2725 -r b82746773e15 surf.c
--- a/surf.c Wed Oct 07 15:00:20 2009 +0200
+++ b/surf.c Tue Oct 13 20:10:43 2009 +0200
@@ -699,7 +699,7 @@
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);
}
}
Received on Tue Oct 13 2009 - 21:16:27 UTC
This archive was generated by hypermail 2.2.0 : Tue Oct 13 2009 - 21:24:06 UTC