mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace
This commit is contained in:
parent
a9844e1b9f
commit
5bff5dc9c8
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue