Cleanup: clang-format

This commit is contained in:
Campbell Barton
2020-05-03 13:42:49 +10:00
parent b64fdbfb98
commit 76be35efb2
3 changed files with 11 additions and 9 deletions

View File

@@ -32,6 +32,7 @@
/* for backtrace and gethostname/GetComputerName */ /* for backtrace and gethostname/GetComputerName */
#if defined(WIN32) #if defined(WIN32)
# include <intrin.h> # include <intrin.h>
# include "BLI_winstuff.h" # include "BLI_winstuff.h"
#else #else
# include <execinfo.h> # include <execinfo.h>

View File

@@ -16,6 +16,7 @@
* The Original Code is Copyright (C) 2020 by Blender Foundation. * The Original Code is Copyright (C) 2020 by Blender Foundation.
*/ */
#include "testing/testing.h" #include "testing/testing.h"
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"
extern "C" { extern "C" {