1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Whitespace

This commit is contained in:
ed 2021-04-22 16:39:55 +01:00
parent a9844e1b9f
commit 5bff5dc9c8

View file

@ -251,9 +251,9 @@ bool JPEGImageFormat::canUnderstand (InputStream& in)
Image JPEGImageFormat::decodeImage (InputStream& in)
{
#if JUCE_USING_COREIMAGE_LOADER
#if JUCE_USING_COREIMAGE_LOADER
return juce_loadWithCoreImage (in);
#else
#else
using namespace jpeglibNamespace;
using namespace JPEGHelpers;
@ -356,7 +356,7 @@ Image JPEGImageFormat::decodeImage (InputStream& in)
}
return image;
#endif
#endif
}
bool JPEGImageFormat::writeImageToStream (const Image& image, OutputStream& out)