summaryrefslogtreecommitdiff
path: root/include/git2/pack.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-05-15 15:47:20 -0700
committerVicent Martí <vicent@github.com>2013-05-15 15:47:20 -0700
commit6957f73cc1d484dd6514596e73255e635db60f0f (patch)
tree2c1b791be59a061bebab3392575a0b90dc323b23 /include/git2/pack.h
parentf0ab73720a4e7a9b37c901a27519ea65eafeb8a6 (diff)
parent1fed6b07f0722c8b4349ff3709a49df3d3c9ae61 (diff)
downloadlibgit2-6957f73cc1d484dd6514596e73255e635db60f0f.tar.gz
Merge pull request #1578 from nulltoken/fix/whitespaces
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);