Cleanup: header order, trailing space

This commit is contained in:
Campbell Barton
2020-08-17 12:39:08 +10:00
parent bee4a2f97c
commit 9a4c019255
6 changed files with 2 additions and 6 deletions
@@ -55,4 +55,3 @@ template<typename T> static inline T decltype_helper(T x)
#else
# define BLI_NOINLINE
#endif
@@ -362,4 +362,3 @@ void COM_deinitialize(void);
#ifdef __cplusplus
}
#endif
@@ -15081,4 +15081,3 @@ static const unsigned char searchTexBytes[] = {
};
/* clang-format off */
+1 -1
View File
@@ -25,9 +25,9 @@
#pragma once
#include "gpu_batch_private.hh"
#include "gpu_context_private.hh"
#include "gpu_drawlist_private.hh"
#include "gpu_batch_private.hh"
namespace blender {
namespace gpu {
+1 -1
View File
@@ -237,4 +237,4 @@ void GLDrawList::submit(void)
command_len_ = 0;
}
/** \} */
/** \} */
@@ -364,4 +364,3 @@
}
/* clang-format off */