All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kuleshov <kuleshovmail@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Alexander Kuleshov <kuleshovmail@gmail.com>
Subject: [PATCH 5/7] refs: minor style fix
Date: Fri, 23 Jan 2015 17:08:25 +0600	[thread overview]
Message-ID: <1422011305-4170-1-git-send-email-kuleshovmail@gmail.com> (raw)
In-Reply-To: <1422011208-3832-1-git-send-email-kuleshovmail@gmail.com>

Asterisk must be next with variable

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 refs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/refs.h b/refs.h
index 425ecf7..bd8afe2 100644
--- a/refs.h
+++ b/refs.h
@@ -86,7 +86,7 @@ extern int for_each_branch_ref(each_ref_fn, void *);
 extern int for_each_remote_ref(each_ref_fn, void *);
 extern int for_each_replace_ref(each_ref_fn, void *);
 extern int for_each_glob_ref(each_ref_fn, const char *pattern, void *);
-extern int for_each_glob_ref_in(each_ref_fn, const char *pattern, const char* prefix, void *);
+extern int for_each_glob_ref_in(each_ref_fn, const char *pattern, const char *prefix, void *);

 extern int head_ref_submodule(const char *submodule, each_ref_fn fn, void *cb_data);
 extern int for_each_ref_submodule(const char *submodule, each_ref_fn fn, void *cb_data);
--
2.3.0.rc1.275.g028c360

  parent reply	other threads:[~2015-01-23 11:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23 11:06 [PATCH 0/7] Coding style fixes Alexander Kuleshov
2015-01-23 11:07 ` [PATCH 1/7] show-branch: minor style fix Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 2/7] clone: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 3/7] test-hashmap: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 4/7] http-backend: " Alexander Kuleshov
2015-01-23 11:08 ` Alexander Kuleshov [this message]
2015-01-23 11:08 ` [PATCH 6/7] quote: " Alexander Kuleshov
2015-01-23 11:08 ` [PATCH 7/7] fast-import: " Alexander Kuleshov
2015-01-23 12:22   ` Torsten Bögershausen
2015-01-23 12:09 ` [PATCH 0/7] Coding style fixes Alexander Kuleshov
2015-01-23 18:36   ` Stefan Beller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1422011305-4170-1-git-send-email-kuleshovmail@gmail.com \
    --to=kuleshovmail@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.