Cleanup: make format after SortedIncludes change

This commit is contained in:
Dalai Felinto
2020-03-19 09:33:03 +01:00
parent 008aaaa378
commit 2d1cce8331
1715 changed files with 5246 additions and 5251 deletions

View File

@@ -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);