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/LCDAnimatedBitmap.h')
-rw-r--r--src/ui/LCDUI/LCDAnimatedBitmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/LCDUI/LCDAnimatedBitmap.h b/src/ui/LCDUI/LCDAnimatedBitmap.h
index 492959cd1..ee0386aaf 100644
--- a/src/ui/LCDUI/LCDAnimatedBitmap.h
+++ b/src/ui/LCDUI/LCDAnimatedBitmap.h
@@ -5,14 +5,14 @@
// The CLCDAnimatedBitmap class draws animated bitmaps onto the LCD.
// An animated bitmap consists of a tiled bitmap representing the
// animation. The tile size is set with the SetSubpicWidth.
-//
+//
// Logitech LCD SDK
//
// Copyright 2005 Logitech Inc.
//************************************************************************
-#ifndef _LCDANIMATEDBITMAP_H_INCLUDED_
-#define _LCDANIMATEDBITMAP_H_INCLUDED_
+#ifndef _LCDANIMATEDBITMAP_H_INCLUDED_
+#define _LCDANIMATEDBITMAP_H_INCLUDED_
#include "LCDBase.h"
#include "LCDBitmap.h"