reformating - surf - Surf web browser.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2e9af543630c42a55fba98e9367cea9b268142ed
 (DIR) parent 25b9ae3ce442f03e7667eeb54efee83fa1368524
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Thu, 17 Sep 2009 13:03:58 +0200
       
       reformating
       Diffstat:
         surf.c                              |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       @@ -589,7 +589,6 @@ setup(void) {
                session = webkit_get_default_session();
                urlprop = XInternAtom(dpy, "_SURF_URL", False);
        
       -
                /* create dirs and files */
                home = g_get_home_dir();
                workdir = g_strdup(g_build_filename(home, ".surf", NULL));
       @@ -603,7 +602,6 @@ setup(void) {
                if((tmp = g_fopen(name, "a")));
                        fclose(tmp);
        
       -
                /* cookie persistance */
                s = webkit_get_default_session();
                name = g_build_filename(workdir, "cookies.txt", NULL);