/
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
*.[ch]: manually align parameter lists
[git/git.git]
/
oidmap.h
diff --git
a/oidmap.h
b/oidmap.h
index
91b2ed0
..
7a93946
100644
(file)
--- a/
oidmap.h
+++ b/
oidmap.h
@@
-47,7
+47,7
@@
void oidmap_free(struct oidmap *map, int free_entries);
* Returns the oidmap entry for the specified oid, or NULL if not found.
*/
void *oidmap_get(const struct oidmap *map,
-
const struct object_id *key);
+ const struct object_id *key);
/*
* Adds or replaces an oidmap entry.