diff options
Diffstat (limited to 'include/git2/object.h')
| -rw-r--r-- | include/git2/object.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/object.h b/include/git2/object.h index 69af392a0..fcc56cb27 100644 --- a/include/git2/object.h +++ b/include/git2/object.h @@ -183,9 +183,9 @@ GIT_EXTERN(size_t) git_object__size(git_otype type);   * @return 0 or an error code   */  GIT_EXTERN(int) git_object_peel( -		git_object **peeled, -		const git_object *object, -		git_otype target_type); +	git_object **peeled, +	const git_object *object, +	git_otype target_type);  /** @} */  GIT_END_DECL  | 
