revparse: remove superfluous tab character
diff --git a/src/revparse.c b/src/revparse.c
index 9b73d33..1d9e6f7 100644
--- a/src/revparse.c
+++ b/src/revparse.c
@@ -586,7 +586,7 @@ static int extract_how_many(int *n, const char *spec, size_t *pos)
*pos = end_ptr - spec;
}
- } while (spec[(*pos)] == kind && kind == '~');
+ } while (spec[(*pos)] == kind && kind == '~');
*n = accumulated;