From: phk Date: Tue, 8 Apr 2008 15:33:08 +0000 (+0000) Subject: Wrap long line X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563135fed0e9a229a23246260a4738210a4ede77;p=varnish Wrap long line git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2627 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_token.c b/varnish-cache/lib/libvcl/vcc_token.c index 68e4bbd3..b716033f 100644 --- a/varnish-cache/lib/libvcl/vcc_token.c +++ b/varnish-cache/lib/libvcl/vcc_token.c @@ -314,7 +314,8 @@ vcc_Lexer(struct tokenlist *tl, struct source *sp) if (q < sp->e) continue; vcc_AddToken(tl, EOI, p, p + 2); - vsb_printf(tl->sb, "Unterminated /* ... */ comment, starting at\n"); + vsb_printf(tl->sb, + "Unterminated /* ... */ comment, starting at\n"); vcc_ErrWhere(tl, tl->t); return; }