checkout.h: wrap the arguments to unique_tracking_name()
[gitweb.git] / checkout.h
index 998071117952de27f2ec0c16d7b3d49abaa952bc..4cd4cd1c2325eea1b922590bf675e40c66c7c5a1 100644 (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 */