Skip to content

Commit

Permalink
GUI: Fix minor indentation mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 25, 2018
1 parent d0b989b commit f81622f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/panelpreviewimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void PanelPreviewImage::convertImage(const Images::Decoder &image, byte *data_ou
}

void PanelPreviewImage::writePixel(const byte *&data_in, Images::PixelFormat format,
byte *&data_out, QImage::Format &format_out) {
byte *&data_out, QImage::Format &format_out) {
if (format == Images::kPixelFormatR8G8B8) {
format_out = QImage::Format_RGB888;
*data_out++ = data_in[0];
Expand Down
2 changes: 1 addition & 1 deletion src/gui/resourcetree.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "src/images/decoder.h"

namespace Common {
class SeekableReadStream;
class SeekableReadStream;
}

namespace Sound {
Expand Down

0 comments on commit f81622f

Please sign in to comment.