Skip to content

Commit 17b44ae

Browse files
avargitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c8cbf20 commit 17b44ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checkout.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* tracking branch. Return the name of the remote if such a branch
99
* exists, NULL otherwise.
1010
*/
11-
extern const char *unique_tracking_name(const char *name, struct object_id *oid);
11+
extern const char *unique_tracking_name(const char *name,
12+
struct object_id *oid);
1213

1314
#endif /* CHECKOUT_H */

0 commit comments

Comments
 (0)