]> err.no Git - varnish/commitdiff
Whitespace nits
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 May 2007 14:08:01 +0000 (14:08 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 May 2007 14:08:01 +0000 (14:08 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1383 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_fetch.c

index c9e17074f6019d66b3c7d7b1643827474982a5bd..bb86a04e8981932a0722431f22f6482041ea6bbe 100644 (file)
@@ -121,7 +121,7 @@ fetch_chunked(const struct sess *sp, int fd, struct http *hp)
                         *
                         * The canonical way to do that is to do a blocking
                         * read(2) of one char, then change to nonblocking,
-                        * read as many as we find, then change back to 
+                        * read as many as we find, then change back to
                         * blocking reads again.
                         *
                         * Hardly much more efficient and certainly a good
@@ -311,13 +311,13 @@ Fetch(struct sess *sp)
                /* XXX: cleanup */
                return (1);
        }
+
        CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
        CHECK_OBJ_NOTNULL(sp->wrk, WORKER_MAGIC);
        CHECK_OBJ_NOTNULL(sp->obj, OBJECT_MAGIC);
 
        sp->obj->entered = time(NULL);
 
-
        assert(sp->obj->busy != 0);
 
        if (http_GetHdr(vc->http, H_Last_Modified, &b))