From b3727668168075137f2ded11d7a7821548e4451d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Jun 2018 09:23:51 +0200 Subject: Cleanup: trailing newlines --- source/blender/imbuf/IMB_thumbs.h | 1 - source/blender/imbuf/intern/IMB_allocimbuf.h | 1 - source/blender/imbuf/intern/IMB_filetype.h | 1 - source/blender/imbuf/intern/IMB_filter.h | 1 - source/blender/imbuf/intern/cache.c | 1 - source/blender/imbuf/intern/dds/BlockDXT.cpp | 1 - source/blender/imbuf/intern/dds/ColorBlock.cpp | 1 - source/blender/imbuf/intern/dds/DirectDrawSurface.cpp | 1 - source/blender/imbuf/intern/dds/FlipDXT.cpp | 1 - source/blender/imbuf/intern/dds/FlipDXT.h | 1 - source/blender/imbuf/intern/dds/Image.cpp | 2 -- source/blender/imbuf/intern/dds/Stream.cpp | 1 - source/blender/imbuf/intern/filetype.c | 1 - source/blender/imbuf/intern/imbuf.h | 1 - source/blender/imbuf/intern/iris.c | 1 - source/blender/imbuf/intern/module.c | 1 - source/blender/imbuf/intern/oiio/openimageio_api.cpp | 2 -- source/blender/imbuf/intern/png.c | 1 - 18 files changed, 20 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h index cedd9fb4d9f..f86bfa23692 100644 --- a/source/blender/imbuf/IMB_thumbs.h +++ b/source/blender/imbuf/IMB_thumbs.h @@ -102,4 +102,3 @@ void IMB_thumb_path_unlock(const char *path); #endif /* __cplusplus */ #endif /* __IMB_THUMBS_H__ */ - diff --git a/source/blender/imbuf/intern/IMB_allocimbuf.h b/source/blender/imbuf/intern/IMB_allocimbuf.h index a754a4919eb..75854926d30 100644 --- a/source/blender/imbuf/intern/IMB_allocimbuf.h +++ b/source/blender/imbuf/intern/IMB_allocimbuf.h @@ -54,4 +54,3 @@ bool imb_addencodedbufferImBuf(struct ImBuf *ibuf); bool imb_enlargeencodedbufferImBuf(struct ImBuf *ibuf); #endif - diff --git a/source/blender/imbuf/intern/IMB_filetype.h b/source/blender/imbuf/intern/IMB_filetype.h index 2bd7cbcf6eb..31ebc3e54de 100644 --- a/source/blender/imbuf/intern/IMB_filetype.h +++ b/source/blender/imbuf/intern/IMB_filetype.h @@ -119,4 +119,3 @@ void imb_loadtiletiff(struct ImBuf *ibuf, const unsigned char *mem, size_t size, int imb_savetiff(struct ImBuf *ibuf, const char *name, int flags); #endif /* __IMB_FILETYPE_H__ */ - diff --git a/source/blender/imbuf/intern/IMB_filter.h b/source/blender/imbuf/intern/IMB_filter.h index 65656103435..36a2dc31021 100644 --- a/source/blender/imbuf/intern/IMB_filter.h +++ b/source/blender/imbuf/intern/IMB_filter.h @@ -47,4 +47,3 @@ void IMB_unpremultiply_rect_float(float *rect_float, int channels, int w, int h) void imb_onehalf_no_alloc(struct ImBuf *ibuf2, struct ImBuf *ibuf1); #endif - diff --git a/source/blender/imbuf/intern/cache.c b/source/blender/imbuf/intern/cache.c index a36d82be7c7..e8beaa9d68f 100644 --- a/source/blender/imbuf/intern/cache.c +++ b/source/blender/imbuf/intern/cache.c @@ -450,4 +450,3 @@ void IMB_tiles_to_rect(ImBuf *ibuf) } } } - diff --git a/source/blender/imbuf/intern/dds/BlockDXT.cpp b/source/blender/imbuf/intern/dds/BlockDXT.cpp index 170cf620701..7273ec1659c 100644 --- a/source/blender/imbuf/intern/dds/BlockDXT.cpp +++ b/source/blender/imbuf/intern/dds/BlockDXT.cpp @@ -665,4 +665,3 @@ void mem_read(Stream & mem, BlockCTX1 & block) mem_read(mem, block.col1[1]); mem_read(mem, block.indices); } - diff --git a/source/blender/imbuf/intern/dds/ColorBlock.cpp b/source/blender/imbuf/intern/dds/ColorBlock.cpp index 2cee4c984dd..d0db912f4dc 100644 --- a/source/blender/imbuf/intern/dds/ColorBlock.cpp +++ b/source/blender/imbuf/intern/dds/ColorBlock.cpp @@ -456,4 +456,3 @@ float ColorBlock::volume() const return bounds.volume(); } */ - diff --git a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp index 97ce5b90fa0..df9182c2c1e 100644 --- a/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp +++ b/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp @@ -1551,4 +1551,3 @@ void DirectDrawSurface::printInfo() const printf("User Version: %u\n", header.reserved[8]); } } - diff --git a/source/blender/imbuf/intern/dds/FlipDXT.cpp b/source/blender/imbuf/intern/dds/FlipDXT.cpp index 604796d1705..336d891fa3a 100644 --- a/source/blender/imbuf/intern/dds/FlipDXT.cpp +++ b/source/blender/imbuf/intern/dds/FlipDXT.cpp @@ -252,4 +252,3 @@ int FlipDXTCImage(unsigned int width, unsigned int height, unsigned int levels, return 1; } - diff --git a/source/blender/imbuf/intern/dds/FlipDXT.h b/source/blender/imbuf/intern/dds/FlipDXT.h index 892c49bc5d2..6d4b2390255 100644 --- a/source/blender/imbuf/intern/dds/FlipDXT.h +++ b/source/blender/imbuf/intern/dds/FlipDXT.h @@ -29,4 +29,3 @@ int FlipDXTCImage(unsigned int width, unsigned int height, unsigned int levels, int fourcc, uint8_t *data); #endif - diff --git a/source/blender/imbuf/intern/dds/Image.cpp b/source/blender/imbuf/intern/dds/Image.cpp index 363af61b907..fd3ca1c35e6 100644 --- a/source/blender/imbuf/intern/dds/Image.cpp +++ b/source/blender/imbuf/intern/dds/Image.cpp @@ -129,5 +129,3 @@ void Image::setFormat(Image::Format f) { m_format = f; } - - diff --git a/source/blender/imbuf/intern/dds/Stream.cpp b/source/blender/imbuf/intern/dds/Stream.cpp index d8387b92530..1af10905e64 100644 --- a/source/blender/imbuf/intern/dds/Stream.cpp +++ b/source/blender/imbuf/intern/dds/Stream.cpp @@ -99,4 +99,3 @@ unsigned int mem_read(Stream & mem, unsigned char *i, unsigned int cnt) mem.pos += cnt; return(cnt); } - diff --git a/source/blender/imbuf/intern/filetype.c b/source/blender/imbuf/intern/filetype.c index 7ed5c8ffbcb..5dcd9c1c68a 100644 --- a/source/blender/imbuf/intern/filetype.c +++ b/source/blender/imbuf/intern/filetype.c @@ -107,4 +107,3 @@ void imb_filetypes_exit(void) if (type->exit) type->exit(); } - diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h index 7c455edd916..05162290538 100644 --- a/source/blender/imbuf/intern/imbuf.h +++ b/source/blender/imbuf/intern/imbuf.h @@ -70,4 +70,3 @@ #define IMB_DPI_DEFAULT 72.0f #endif /* __IMBUF_H__ */ - diff --git a/source/blender/imbuf/intern/iris.c b/source/blender/imbuf/intern/iris.c index 61326218d4a..ba48feb01e8 100644 --- a/source/blender/imbuf/intern/iris.c +++ b/source/blender/imbuf/intern/iris.c @@ -951,4 +951,3 @@ int imb_saveiris(struct ImBuf *ibuf, const char *name, int flags) return(ret); } - diff --git a/source/blender/imbuf/intern/module.c b/source/blender/imbuf/intern/module.c index 777fe77f032..3f2e9e04212 100644 --- a/source/blender/imbuf/intern/module.c +++ b/source/blender/imbuf/intern/module.c @@ -51,4 +51,3 @@ void IMB_exit(void) imb_mmap_lock_exit(); imb_refcounter_lock_exit(); } - diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.cpp b/source/blender/imbuf/intern/oiio/openimageio_api.cpp index ab8824fdf85..f018bfc09d7 100644 --- a/source/blender/imbuf/intern/oiio/openimageio_api.cpp +++ b/source/blender/imbuf/intern/oiio/openimageio_api.cpp @@ -291,5 +291,3 @@ int OIIO_getVersionHex(void) } } // export "C" - - diff --git a/source/blender/imbuf/intern/png.c b/source/blender/imbuf/intern/png.c index 71b7cb2f567..47a2a8d40fb 100644 --- a/source/blender/imbuf/intern/png.c +++ b/source/blender/imbuf/intern/png.c @@ -780,4 +780,3 @@ ImBuf *imb_loadpng(const unsigned char *mem, size_t size, int flags, char colors return(ibuf); } - -- cgit v1.2.3