From abd18f6ec0631b0a03bc7730e3241c5e2b61a788 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Mar 2019 11:42:28 +1100 Subject: Cleanup: style --- source/blender/imbuf/intern/dds/DirectDrawSurface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/intern/dds/DirectDrawSurface.cpp') diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp index d9b061089f7..16a7525bb80 100644 --- a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp +++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp @@ -1132,7 +1132,7 @@ void DirectDrawSurface::mipmap(Image *img, uint face, uint mipmap) // It was easier to copy this function from upstream than to resync. // This should be removed if a resync ever occurs. -void* DirectDrawSurface::readData(uint &rsize) +void *DirectDrawSurface::readData(uint &rsize) { uint header_size = 128; // sizeof(DDSHeader); if (header.hasDX10Header()) -- cgit v1.2.3