Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
commit1166110a9d66af9c5a47cee2be591f50fdc445e8 (patch)
tree48de061c356bf389ea0ab1101241f213fa8df41e /source/blender/draw
parent958df2ed1b6037b98eb73bb8e063732ba851854f (diff)
Cleanup: clang-format
Rerun `make format`. No functional changes.
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/engines/image/image_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/image/image_private.h b/source/blender/draw/engines/image/image_private.h
index ad7ff78cb41..d5821cc5d70 100644
--- a/source/blender/draw/engines/image/image_private.h
+++ b/source/blender/draw/engines/image/image_private.h
@@ -43,7 +43,7 @@ typedef struct IMAGE_PrivateData {
void *lock;
struct ImBuf *ibuf;
struct Image *image;
- struct DRWView* view;
+ struct DRWView *view;
struct GPUTexture *texture;
bool owns_texture;