Skip to content

Commit

Permalink
MythVideoOutput: Trivial whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Sep 16, 2020
1 parent 215bce5 commit 36177e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/mythvideoout.cpp
Expand Up @@ -338,7 +338,7 @@ bool MythVideoOutput::Init(const QSize& VideoDim, const QSize& VideoDispDim,
StopEmbedding();
}

bool mainSuccess = InitBounds(VideoDim, VideoDispDim, VideoAspect, WindowRect,m_display);
bool mainSuccess = InitBounds(VideoDim, VideoDispDim, VideoAspect, WindowRect, m_display);

if (m_dbDisplayProfile)
m_dbDisplayProfile->SetInput(GetVideoDispDim());
Expand Down

0 comments on commit 36177e2

Please sign in to comment.