Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/LCDUI/LCDManager.cpp')
-rw-r--r--src/ui/LCDUI/LCDManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/LCDUI/LCDManager.cpp b/src/ui/LCDUI/LCDManager.cpp
index 3d83b9165..e9a3ab9fe 100644
--- a/src/ui/LCDUI/LCDManager.cpp
+++ b/src/ui/LCDUI/LCDManager.cpp
@@ -4,7 +4,7 @@
//
// The CLCDManager class is the representation of a "Screen". LCD UI class
// objects are added here.
-//
+//
// Logitech LCD SDK
//
// Copyright 2005 Logitech Inc.
@@ -129,10 +129,10 @@ HRESULT CLCDManager::Draw(void)
// invoke LCD UI Elements
OnDraw(m_Gfx);
-
+
// select it back out of it
m_Gfx.EndDraw();
-
+
return S_OK;
}