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:
parent
c8cbf20cc2
commit
17b44aebb5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user