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/LCDOutput.h')
-rw-r--r--src/ui/LCDUI/LCDOutput.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/LCDUI/LCDOutput.h b/src/ui/LCDUI/LCDOutput.h
index e5ca106fa..7a379aea0 100644
--- a/src/ui/LCDUI/LCDOutput.h
+++ b/src/ui/LCDUI/LCDOutput.h
@@ -4,14 +4,14 @@
//
// The CLCDOutput class manages LCD hardware enumeration and screen
// management.
-//
+//
// Logitech LCD SDK
//
// Copyright 2005 Logitech Inc.
//************************************************************************
-#ifndef _CLCDOUTPUT_H_INCLUDED_
-#define _CLCDOUTPUT_H_INCLUDED_
+#ifndef _CLCDOUTPUT_H_INCLUDED_
+#define _CLCDOUTPUT_H_INCLUDED_
#include "LCDManager.h"
#include <lglcd/lglcd.h>
@@ -85,7 +85,7 @@ protected:
protected:
CLCDManager* m_pActiveScreen;
- // list
+ // list
LCD_MGR_LIST m_LCDMgrList;
void EnumerateDevices();