Commit 45901d3e by Patrick Steinhardt

revparse: remove superfluous tab character

parent c146374c
...@@ -586,7 +586,7 @@ static int extract_how_many(int *n, const char *spec, size_t *pos) ...@@ -586,7 +586,7 @@ static int extract_how_many(int *n, const char *spec, size_t *pos)
*pos = end_ptr - spec; *pos = end_ptr - spec;
} }
} while (spec[(*pos)] == kind && kind == '~'); } while (spec[(*pos)] == kind && kind == '~');
*n = accumulated; *n = accumulated;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment