vendor/libgit2/src/win32/posix.h in rugged-0.23.0b1 vs vendor/libgit2/src/win32/posix.h in rugged-0.23.0b2

- old
+ new

@@ -47,9 +47,9 @@ * however, so this is a separate version of p_lstat to use when correct * POSIX ENOTDIR semantics is required. */ extern int p_lstat_posixly(const char *filename, struct stat *buf); -extern struct tm * p_localtime_r (const time_t *timer, struct tm *result); -extern struct tm * p_gmtime_r (const time_t *timer, struct tm *result); +extern struct tm * p_localtime_r(const time_t *timer, struct tm *result); +extern struct tm * p_gmtime_r(const time_t *timer, struct tm *result); #endif