summaryrefslogtreecommitdiff
path: root/include/git2/pack.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-05-13 21:57:37 +0200
committernulltoken <emeric.fermas@gmail.com>2013-05-15 22:41:30 +0200
commit1fed6b07f0722c8b4349ff3709a49df3d3c9ae61 (patch)
tree2c1b791be59a061bebab3392575a0b90dc323b23 /include/git2/pack.h
parentf0ab73720a4e7a9b37c901a27519ea65eafeb8a6 (diff)
downloadlibgit2-1fed6b07f0722c8b4349ff3709a49df3d3c9ae61.tar.gz
Fix trailing whitespaces
Diffstat (limited to 'include/git2/pack.h')
-rw-r--r--include/git2/pack.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/pack.h b/include/git2/pack.h
index 118b8d554..5e431e62d 100644
--- a/include/git2/pack.h
+++ b/include/git2/pack.h
@@ -96,12 +96,12 @@ GIT_EXTERN(int) git_packbuilder_insert_tree(git_packbuilder *pb, const git_oid *
/**
* Insert a commit object
- *
+ *
* This will add a commit as well as the completed referenced tree.
- *
+ *
* @param pb The packbuilder
* @param id The oid of the commit
- *
+ *
* @return 0 or an error code
*/
GIT_EXTERN(int) git_packbuilder_insert_commit(git_packbuilder *pb, const git_oid *id);