diff options
| author | punkymaniac <punkymaniac@protonmail.ch> | 2021-09-09 19:49:04 +0200 |
|---|---|---|
| committer | punkymaniac <punkymaniac@protonmail.ch> | 2021-09-09 19:49:04 +0200 |
| commit | 379c46463cbdd73e04c5efc180309d4600e56624 (patch) | |
| tree | 0c56f001ecceba8a072f896f01bd7750f9c4034d /src/notes.c | |
| parent | f1b89a201e9329e6df48f8d6cf320781570c936a (diff) | |
| download | libgit2-379c46463cbdd73e04c5efc180309d4600e56624.tar.gz | |
Fix coding style for pointer
Make some syntax change to follow coding style.
Diffstat (limited to 'src/notes.c')
| -rw-r--r-- | src/notes.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notes.c b/src/notes.c index b9e198599..be52a5f13 100644 --- a/src/notes.c +++ b/src/notes.c @@ -674,7 +674,7 @@ void git_note_free(git_note *note) } static int process_entry_path( - const char* entry_path, + const char *entry_path, git_oid *annotated_object_id) { int error = 0; @@ -796,8 +796,8 @@ cleanup: } int git_note_next( - git_oid* note_id, - git_oid* annotated_id, + git_oid *note_id, + git_oid *annotated_id, git_note_iterator *it) { int error; |
