formatting

pull/1/head
Ryan Tharp 6 years ago
parent 5f3c2b4499
commit 27e1d82c20

@ -6,7 +6,7 @@ extern "C" {
#endif #endif
#ifndef __FreeBSD__ #ifndef __FreeBSD__
#if !(__APPLE__ && __MACH__) # if !(__APPLE__ && __MACH__)
size_t INLINE size_t INLINE
strnlen(const char* str, size_t sz) strnlen(const char* str, size_t sz)
{ {
@ -15,7 +15,7 @@ strnlen(const char* str, size_t sz)
slen++; slen++;
return slen; return slen;
} }
#endif # endif
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus

Loading…
Cancel
Save