From 563135fed0e9a229a23246260a4738210a4ede77 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 8 Apr 2008 15:33:08 +0000 Subject: [PATCH] Wrap long line git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2627 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_token.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5