##// END OF EJS Templates
bdiff: remove extra space after * per clang-format...
Augie Fackler -
r34630:2c79a5a0 default
parent child Browse files
Show More
@@ -30,7 +30,7 b' int bdiff_splitlines(const char *a, ssiz'
30 unsigned hash;
30 unsigned hash;
31 int i;
31 int i;
32 const char *p, *b = a;
32 const char *p, *b = a;
33 const char * const plast = a + len - 1;
33 const char *const plast = a + len - 1;
34 struct bdiff_line *l;
34 struct bdiff_line *l;
35
35
36 /* count the lines */
36 /* count the lines */
General Comments 0
You need to be logged in to leave comments. Login now