summaryrefslogtreecommitdiff
path: root/src/git/tree.h
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-10-25 16:32:31 -0700
committerBenjamin C Meyer <ben@meyerhome.net>2010-10-25 16:46:55 -0700
commit544d15194ac6732833cc0933de15323803b3fc44 (patch)
treed1173376641dce26723df737684121708e77a013 /src/git/tree.h
parente4def81aab5df3ce1bd8622f3c89224d5910a97b (diff)
downloadlibgit2-544d15194ac6732833cc0933de15323803b3fc44.tar.gz
Remove whitespace from the end of the line in documentation.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
Diffstat (limited to 'src/git/tree.h')
-rw-r--r--src/git/tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/git/tree.h b/src/git/tree.h
index 9e2d0776a..ecb8884b2 100644
--- a/src/git/tree.h
+++ b/src/git/tree.h
@@ -146,7 +146,7 @@ GIT_EXTERN(int) git_tree_remove_entry_byname(git_tree *tree, const char *filenam
/**
* Change the SHA1 id of a tree entry.
*
- * This will mark the tree that contains the entry as modified;
+ * This will mark the tree that contains the entry as modified;
* the modified entry will be written back to disk on the next git_object_write()
*
* @param entry Entry object which will be modified
@@ -157,7 +157,7 @@ GIT_EXTERN(void) git_tree_entry_set_id(git_tree_entry *entry, const git_oid *oid
/**
* Change the filename of a tree entry.
*
- * This will mark the tree that contains the entry as modified;
+ * This will mark the tree that contains the entry as modified;
* the modified entry will be written back to disk on the next git_object_write()
*
* @param entry Entry object which will be modified
@@ -168,7 +168,7 @@ GIT_EXTERN(void) git_tree_entry_set_name(git_tree_entry *entry, const char *name
/**
* Change the attributes of a tree entry.
*
- * This will mark the tree that contains the entry as modified;
+ * This will mark the tree that contains the entry as modified;
* the modified entry will be written back to disk on the next git_object_write()
*
* @param entry Entry object which will be modified