CR - indentation

This commit is contained in:
Atlante45 2017-12-07 12:54:08 -08:00
parent 4fd83ddd0e
commit d6ac0dc3c2

View file

@ -261,7 +261,7 @@ QImage processRawImageData(QByteArray&& content, const std::string& filename) {
if (newImageReader.canRead()) {
qCWarning(imagelogging) << "Image file" << filename.c_str() << "has extension" << filenameExtension.c_str()
<< "but is actually a" << qPrintable(newImageReader.format()) << "(recovering)";
<< "but is actually a" << qPrintable(newImageReader.format()) << "(recovering)";
return newImageReader.read();
}
}