summaryrefslogtreecommitdiff
path: root/tests/t04-commit.c
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill@shutemov.name>2011-06-30 19:52:34 +0300
committerVicent Marti <tanoku@gmail.com>2011-07-01 18:02:56 +0200
commit932d1baf294aaacfd5a99e7758a3c08d8ffc22ab (patch)
treee6714d92345ed9a916d8cd771ab1588333d41998 /tests/t04-commit.c
parent1f4f4d17046e43ca24da9621323d921ae0d0f5dd (diff)
downloadlibgit2-932d1baf294aaacfd5a99e7758a3c08d8ffc22ab.tar.gz
cleanup: remove trailing spaces
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Diffstat (limited to 'tests/t04-commit.c')
-rw-r--r--tests/t04-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t04-commit.c b/tests/t04-commit.c
index b7e0afe1e..415017aba 100644
--- a/tests/t04-commit.c
+++ b/tests/t04-commit.c
@@ -359,7 +359,7 @@ BEGIN_TEST(details0, "query the details on a parsed commit")
git_repository *repo;
must_pass(git_repository_open(&repo, REPOSITORY_FOLDER));
-
+
for (i = 0; i < commit_count; ++i) {
git_oid id;
git_commit *commit;