Show
Ignore:
Timestamp:
02/12/10 12:42:03 (6 months ago)
Author:
phk
Message:

White-space cleanup

Location:
trunk/varnish-cache/lib
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/lib/libvarnish/cli_serve.c

    r4477 r4556  
    5151#include <libvarnish.h> 
    5252#include <miniobj.h> 
    53   
     53 
    5454struct cls_func { 
    5555        unsigned                        magic; 
     
    8282 
    8383/*--------------------------------------------------------------------*/ 
    84   
     84 
    8585void 
    8686CLS_func_close(struct cli *cli, const char *const *av, void *priv) 
     
    263263        AN(av); 
    264264 
    265         cli->result = CLIS_UNKNOWN;  
     265        cli->result = CLIS_UNKNOWN; 
    266266        vsb_clear(cli->sb); 
    267267        cli_out(cli, "Unknown request.\nType 'help' for more info.\n"); 
     
    356356cls_close_fd(struct cls *cs, struct cls_fd *cfd) 
    357357{ 
    358          
     358 
    359359        CHECK_OBJ_NOTNULL(cs, CLS_MAGIC); 
    360360        CHECK_OBJ_NOTNULL(cfd, CLS_FD_MAGIC); 
     
    483483        *csp = NULL; 
    484484        CHECK_OBJ_NOTNULL(cs, CLS_MAGIC); 
    485         VTAILQ_FOREACH_SAFE(cfd, &cs->fds, list, cfd2)  
     485        VTAILQ_FOREACH_SAFE(cfd, &cs->fds, list, cfd2) 
    486486                cls_close_fd(cs, cfd); 
    487487 
  • trunk/varnish-cache/lib/libvarnish/time.c

    r4440 r4556  
    251251        } 
    252252} 
    253          
     253 
    254254int 
    255255main(int argc, char **argv) 
  • trunk/varnish-cache/lib/libvarnish/vss.c

    r4450 r4556  
    250250                return (-1); 
    251251        } 
    252         if (nonblock)  
     252        if (nonblock) 
    253253                TCP_nonblocking(sd); 
    254254        i = connect(sd, &va->va_addr.sa, va->va_addrlen); 
  • trunk/varnish-cache/lib/libvarnishapi/shmlog.c

    r4447 r4556  
    8282         * transactions respectively. 
    8383         */ 
    84         struct vbitmap          *vbm_client;     
    85         struct vbitmap          *vbm_backend;    
     84        struct vbitmap          *vbm_client; 
     85        struct vbitmap          *vbm_backend; 
    8686 
    8787        /* 
  • trunk/varnish-cache/lib/libvcl/vcc_backend.c

    r4461 r4556  
    191191 
    192192static void 
    193 vcc_EmitBeIdent(const struct tokenlist *tl, struct vsb *v,  
     193vcc_EmitBeIdent(const struct tokenlist *tl, struct vsb *v, 
    194194    int serial, const struct token *first, const struct token *last) 
    195195{ 
     
    834834                    PF(tl->t_dir), PF(tl->t_dir)); 
    835835 
    836                  
     836 
    837837        } 
    838838        if (tl->err) {