[hackers] [surf] Some cleanup in style. || Christoph Lohmann
commit b3a4392923b26e81c4faa35907a4a2d071e2275f
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Tue Feb 3 17:17:04 2015 +0100
Some cleanup in style.
diff --git a/surf.c b/surf.c
index 48f6b39..36f243e 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -292,7 +292,7 @@ buttonrelease(WebKitWebView *web, GdkEventButton *e, GList *gl) {
static void
cleanup(void) {
- if (diskcache) {
+ if(diskcache) {
soup_cache_flush(diskcache);
soup_cache_dump(diskcache);
}
_AT_@ -715,7 +715,7 @@ loadstatuschange(WebKitWebView *view, GParamSpec *pspec, Client *c) {
case WEBKIT_LOAD_FINISHED:
c->progress = 100;
updatetitle(c);
- if (diskcache) {
+ if(diskcache) {
soup_cache_flush(diskcache);
soup_cache_dump(diskcache);
}
Received on Tue Feb 03 2015 - 17:17:15 CET
This archive was generated by hypermail 2.3.0
: Tue Feb 03 2015 - 17:24:10 CET