]> git.saurik.com Git - bison.git/blobdiff - etc/bench.pl.in
tests: fix maintainer-xml-check for recent changes.
[bison.git] / etc / bench.pl.in
index b008b0bcbc96b039e7d9aa21fac572becdbdb82a..8579ca599908e2a07aeccd1960cdc28ea34e39f0 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
@@ -270,9 +270,7 @@ yylex (void)
 
   /* Skip white space.  */
   while ((c = get_char ()) == ' ' || c == '\t')
-    {
-
-    }
+    continue;
 
   /* process numbers   */
   if (c == '.' || isdigit (c))