Cleanup: trailing space guardedalloc & memutil

This commit is contained in:
Campbell Barton 2019-01-24 16:20:16 +11:00
parent d8a082f914
commit 4d29312c66
9 changed files with 46 additions and 51 deletions

View File

@ -53,4 +53,3 @@ MEM_INLINE bool MEM_size_safe_multiply(size_t a, size_t b, size_t *result)
}
#endif /* __MALLOCN_INLINE_H__ */

View File

@ -57,4 +57,3 @@ void *mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset);
intptr_t munmap(void *ptr, size_t size);
#endif

View File

@ -159,5 +159,3 @@ int main(int argc, char *argv[])
}
return error_status;
}

View File

@ -113,4 +113,3 @@ inline int MEM_RefCounted::decRef()
}
#endif // __MEM_REFCOUNTED_H__