summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2021-09-09 19:49:04 +0200
committerpunkymaniac <punkymaniac@protonmail.ch>2021-09-09 19:49:04 +0200
commit379c46463cbdd73e04c5efc180309d4600e56624 (patch)
tree0c56f001ecceba8a072f896f01bd7750f9c4034d /include/git2/clone.h
parentf1b89a201e9329e6df48f8d6cf320781570c936a (diff)
downloadlibgit2-379c46463cbdd73e04c5efc180309d4600e56624.tar.gz
Fix coding style for pointer
Make some syntax change to follow coding style.
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