Browse Source

Whitespace

v6.1.6
ed 4 years ago
parent
commit
5bff5dc9c8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      modules/juce_graphics/image_formats/juce_JPEGLoader.cpp

+ 3
- 3
modules/juce_graphics/image_formats/juce_JPEGLoader.cpp 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)


Loading…
Cancel
Save