drop redundant semicolon in empty while
commit38db01b7fbbf5c043dc7d397789bd8cf102b76ae
authorJeff King <peff@peff.net>
Thu, 24 Oct 2013 08:42:17 +0000 (24 04:42 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2013 22:41:01 +0000 (24 15:41 -0700)
treec16120ab74a6ccdb092f867031520c02d4efa32e
parent5df7dbbae4a51e20afc00acc5c87ea4536d1302c
drop redundant semicolon in empty while

The extra semi-colon is harmless, since we really do want
the while loop to do nothing. But it does trigger a warning
from clang.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
date.c