Cleanup: make format
after SortedIncludes change
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
* \ingroup MEM
|
||||
*/
|
||||
|
||||
#include <new>
|
||||
#include "../MEM_guardedalloc.h"
|
||||
#include <new>
|
||||
|
||||
void *operator new(size_t size, const char *str) throw(std::bad_alloc);
|
||||
void *operator new[](size_t size, const char *str) throw(std::bad_alloc);
|
||||
|
Reference in New Issue
Block a user