Commit 7eeec8f2 by Carlos Martín Nieto

examples/network: consistently use tabs for indentation

parent 88bfe790
...@@ -107,7 +107,7 @@ int fetch(git_repository *repo, int argc, char **argv) ...@@ -107,7 +107,7 @@ int fetch(git_repository *repo, int argc, char **argv)
return 0; return 0;
on_error: on_error:
git_remote_free(remote); git_remote_free(remote);
return -1; return -1;
} }
...@@ -60,7 +60,7 @@ int index_pack(git_repository *repo, int argc, char **argv) ...@@ -60,7 +60,7 @@ int index_pack(git_repository *repo, int argc, char **argv)
git_oid_fmt(hash, git_indexer_stream_hash(idx)); git_oid_fmt(hash, git_indexer_stream_hash(idx));
puts(hash); puts(hash);
cleanup: cleanup:
close(fd); close(fd);
git_indexer_stream_free(idx); git_indexer_stream_free(idx);
return error; return error;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment