mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
correct indentation in rotated270() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3c09c72026
commit
9c91805c50
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static QImage rotated270(const QImage &image) {
|
|||
out.bytesPerLine());
|
||||
break;
|
||||
case QImage::Format_RGB16:
|
||||
qt_memrotate90(reinterpret_cast<const quint16*>(image.constBits()),
|
||||
qt_memrotate90(reinterpret_cast<const quint16*>(image.constBits()),
|
||||
w, h, image.bytesPerLine(),
|
||||
reinterpret_cast<quint16*>(out.bits()),
|
||||
out.bytesPerLine());
|
||||
|
|
Loading…
Add table
Reference in a new issue