/
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
Standardize do { ... } while (0) style
[git/git.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index
c9fa3df
..
1e690d1
100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-449,7
+449,7
@@
extern int init_db(const char *template_dir, unsigned int flags);
alloc = alloc_nr(alloc); \
x = xrealloc((x), alloc * sizeof(*(x))); \
} \
- } while(0)
+ } while
(0)
/* Initialize and use the cache information */
extern int read_index(struct index_state *);