Commit 437d36662e7bf9680b8eaeec626cfba5f4d68bd9

Vicent Marti 2013-04-18T00:15:08

repository: Doc fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/git2/repository.h b/include/git2/repository.h
index e332097..ed837b3 100644
--- a/include/git2/repository.h
+++ b/include/git2/repository.h
@@ -134,9 +134,7 @@ GIT_EXTERN(int) git_repository_open_ext(
  * @param bare_path Direct path to the bare repository
  * @return 0 on success, or an error code
  */
-GIT_EXTERN(int) git_repository_open_bare(
-	git_repository **out,
-	const char *bare_path);
+GIT_EXTERN(int) git_repository_open_bare(git_repository **out, const char *bare_path);
 
 /**
  * Free a previously allocated repository