summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-09-14 07:44:37 -0400
committerGitHub <noreply@github.com>2021-09-14 07:44:37 -0400
commit5bd49aeeeb7a69f85249b970ac4e2c7011b7127d (patch)
tree48e6e60b646b39db3cd8484dd68fd4455ce47b04 /include/git2/clone.h
parent1f6263b82bf079b8accaecae586e1fa2da2e7736 (diff)
parent379c46463cbdd73e04c5efc180309d4600e56624 (diff)
downloadlibgit2-5bd49aeeeb7a69f85249b970ac4e2c7011b7127d.tar.gz
Merge pull request #6045 from punkymaniac/qa-fix-coding-style-pointer
Fix coding style for pointer
Diffstat (limited to 'include/git2/clone.h')
-rw-r--r--include/git2/clone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h
index 2d6f68705..3c3ea260e 100644
--- a/include/git2/clone.h
+++ b/include/git2/clone.h
@@ -133,7 +133,7 @@ typedef struct git_clone_options {
* The name of the branch to checkout. NULL means use the
* remote's default branch.
*/
- const char* checkout_branch;
+ const char *checkout_branch;
/**
* A callback used to create the new repository into which to