Drop double-semicolon in C
commitba19a808aa871f0eb20aaeeb205e086b04b726dc
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2009 01:42:04 +0000 (10 17:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2009 06:26:37 +0000 (10 22:26 -0800)
treea11ccc1b11ef0fff5e77d1a41eab2991b10e8ae9
parent057e71384a0eff83236268dcd3ff7ebc7789de74
Drop double-semicolon in C

The worst offenders are "continue;;" and "break;;" in switch statements.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c
rerere.c
tree.c
walker.c