diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-12 20:45:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-12 20:45:36 +0300 |
commit | a908eb0431a25e3228277991d94d6a4add8f5010 (patch) | |
tree | 5b52d0e12acc8f813c396290c2bb0e2d8b016d4e /src/resources/sdl2softwareimagehelper.h | |
parent | 8859a812ccf4b0758734192283c24b38a12b2eb9 (diff) | |
download | mv-a908eb0431a25e3228277991d94d6a4add8f5010.tar.gz mv-a908eb0431a25e3228277991d94d6a4add8f5010.tar.bz2 mv-a908eb0431a25e3228277991d94d6a4add8f5010.tar.xz mv-a908eb0431a25e3228277991d94d6a4add8f5010.zip |
Fix too long lines.
Diffstat (limited to 'src/resources/sdl2softwareimagehelper.h')
-rw-r--r-- | src/resources/sdl2softwareimagehelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/sdl2softwareimagehelper.h b/src/resources/sdl2softwareimagehelper.h index 38bd0f9d0..6db14868f 100644 --- a/src/resources/sdl2softwareimagehelper.h +++ b/src/resources/sdl2softwareimagehelper.h @@ -74,7 +74,8 @@ class SDL2SoftwareImageHelper final : public ImageHelper SDL_Surface *restrict const dst, SDL_Rect *restrict const dstrect); - constexpr2 static void setFormat(SDL_PixelFormat *const format) noexcept2 + constexpr2 static void setFormat(SDL_PixelFormat *const format) + noexcept2 { mFormat = format; if (mFormat) |