Cleanup: header order, trailing space
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -237,4 +237,4 @@ void GLDrawList::submit(void)
|
||||
command_len_ = 0;
|
||||
}
|
||||
|
||||
/** \} */
|
||||
/** \} */
|
||||
|
||||
@@ -364,4 +364,3 @@
|
||||
}
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user