checkout.h: wrap the arguments to unique_tracking_name()

The line was too long already, and will be longer still when a later
change adds another argument.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2018-06-05 14:40:43 +00:00 committed by Junio C Hamano
parent c8cbf20cc2
commit 17b44aebb5

View file

@ -8,6 +8,7 @@
* tracking branch. Return the name of the remote if such a branch
* exists, NULL otherwise.
*/
extern const char *unique_tracking_name(const char *name, struct object_id *oid);
extern const char *unique_tracking_name(const char *name,
struct object_id *oid);
#endif /* CHECKOUT_H */