mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Introjucer: cosmetic changes.
This commit is contained in:
parent
a0ed9c96e4
commit
d5ddbc88bd
13 changed files with 229 additions and 304 deletions
|
|
@ -149,13 +149,12 @@ bool ResourceFile::write (const File& cppFile, OutputStream& cpp, OutputStream&
|
|||
|
||||
const String variableName (variableNames[i].upToFirstOccurrenceOf ("|", false, false));
|
||||
|
||||
returnCodes.add ("numBytes = " + String (dataSize) + "; return " + variableName + ";");
|
||||
|
||||
FileInputStream fileStream (file);
|
||||
jassert (fileStream.openedOk());
|
||||
|
||||
if (fileStream.openedOk())
|
||||
{
|
||||
returnCodes.add ("numBytes = " + String (dataSize) + "; return " + variableName + ";");
|
||||
|
||||
containsAnyImages = containsAnyImages
|
||||
|| (ImageFileFormat::findImageFormatForStream (fileStream) != nullptr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue