Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jul 1, 2013
1 parent 8968185 commit 9a9e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/osd.cpp
Expand Up @@ -746,7 +746,7 @@ QRegion OSD::Draw(MythPainter* painter, QPaintDevice *device, QSize size,

if (visible.isEmpty() || (!alignx && !aligny))
return visible;

// assist yuv blending with some friendly alignments
QRegion aligned;
QVector<QRect> rects = visible.rects();
Expand Down

0 comments on commit 9a9e8b5

Please sign in to comment.