]> err.no Git - varnish/commitdiff
Wrap long line
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Apr 2008 15:33:08 +0000 (15:33 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Apr 2008 15:33:08 +0000 (15:33 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2627 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_token.c

index 68e4bbd39d3b194fb013f77c7b1f78495a8b228c..b716033fa97dd2ed92ddf74c06e10d80aaf463be 100644 (file)
@@ -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;
                }