diff options
author | nulltoken <emeric.fermas@gmail.com> | 2013-05-13 21:57:37 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2013-05-15 22:41:30 +0200 |
commit | 1fed6b07f0722c8b4349ff3709a49df3d3c9ae61 (patch) | |
tree | 2c1b791be59a061bebab3392575a0b90dc323b23 /include/git2/sys/index.h | |
parent | f0ab73720a4e7a9b37c901a27519ea65eafeb8a6 (diff) | |
download | libgit2-1fed6b07f0722c8b4349ff3709a49df3d3c9ae61.tar.gz |
Fix trailing whitespaces
Diffstat (limited to 'include/git2/sys/index.h')
-rw-r--r-- | include/git2/sys/index.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2/sys/index.h b/include/git2/sys/index.h index f74637f84..a32e07036 100644 --- a/include/git2/sys/index.h +++ b/include/git2/sys/index.h @@ -177,4 +177,3 @@ GIT_EXTERN(void) git_index_reuc_clear(git_index *index); /** @} */ GIT_END_DECL #endif - |