Skip to content

Commit

Permalink
checkout.h: wrap the arguments to unique_tracking_name()
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
avar authored and gitster committed Jun 11, 2018
1 parent c8cbf20 commit 17b44ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checkout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 17b44ae

Please sign in to comment.