diff options
author | Kirill A. Shutemov <kirill@shutemov.name> | 2011-06-30 19:52:34 +0300 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-07-01 18:02:56 +0200 |
commit | 932d1baf294aaacfd5a99e7758a3c08d8ffc22ab (patch) | |
tree | e6714d92345ed9a916d8cd771ab1588333d41998 /include/git2/oid.h | |
parent | 1f4f4d17046e43ca24da9621323d921ae0d0f5dd (diff) | |
download | libgit2-932d1baf294aaacfd5a99e7758a3c08d8ffc22ab.tar.gz |
cleanup: remove trailing spaces
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Diffstat (limited to 'include/git2/oid.h')
-rw-r--r-- | include/git2/oid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/oid.h b/include/git2/oid.h index 46d0dce0d..96f8649f0 100644 --- a/include/git2/oid.h +++ b/include/git2/oid.h @@ -215,7 +215,7 @@ int git_oid_shorten_add(git_oid_shorten *os, const char *text_oid); /** * Free an OID shortener instance - * + * * @param os a `git_oid_shorten` instance */ void git_oid_shorten_free(git_oid_shorten *os); |