/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Style: place opening brace of a function definition at column 1
[git/git.git]
/
utf8.c
diff --git
a/utf8.c
b/utf8.c
index
4efef6f
..
8095a71
100644
(file)
--- a/
utf8.c
+++ b/
utf8.c
@@
-11,7
+11,8
@@
struct interval {
};
/* auxiliary function for binary search in interval table */
-static int bisearch(ucs_char_t ucs, const struct interval *table, int max) {
+static int bisearch(ucs_char_t ucs, const struct interval *table, int max)
+{
int min = 0;
int mid;