Signed-off-by: Jonathan Tan <jonathantanmy@xxxxxxxxxx> --- negotiator/default.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/negotiator/default.c b/negotiator/default.c index b8f45cf78..a9e52c943 100644 --- a/negotiator/default.c +++ b/negotiator/default.c @@ -46,11 +46,10 @@ static int clear_marks(const char *refname, const struct object_id *oid, } /* - This function marks a rev and its ancestors as common. - In some cases, it is desirable to mark only the ancestors (for example - when only the server does not yet know that they are common). -*/ - + * This function marks a rev and its ancestors as common. + * In some cases, it is desirable to mark only the ancestors (for example + * when only the server does not yet know that they are common). + */ static void mark_common(struct data *data, struct commit *commit, int ancestors_only, int dont_parse) { @@ -80,9 +79,8 @@ static void mark_common(struct data *data, struct commit *commit, } /* - Get the next rev to send, ignoring the common. -*/ - + * Get the next rev to send, ignoring the common. + */ static const struct object_id *get_rev(struct data *data) { struct commit *commit = NULL; -- 2.17.0.768.g1526ddbba1.dirty