vendor/libgit2/src/path.h in rugged-1.2.0 vs vendor/libgit2/src/path.h in rugged-1.3.0
- old
+ new
@@ -83,10 +83,10 @@
extern int git_path_to_dir(git_buf *path);
/**
* Ensure string has a trailing '/' if there is space for it.
*/
-extern void git_path_string_to_dir(char* path, size_t size);
+extern void git_path_string_to_dir(char *path, size_t size);
/**
* Taken from git.git; returns nonzero if the given path is "." or "..".
*/
GIT_INLINE(int) git_path_is_dot_or_dotdot(const char *name)