From 2369ba357f0157b5ba5c1456b2b48c28dca1b33a Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 21 Dec 2004 22:19:58 +0000 Subject: - formatting issues --- display.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/display.h b/display.h index 4610f0a..3bc8b70 100644 --- a/display.h +++ b/display.h @@ -1,5 +1,5 @@ /* - * $Id: display.h,v 1.2 2004/12/21 22:15:45 lordjaxom Exp $ + * $Id: display.h,v 1.3 2004/12/21 22:19:58 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_SKIN_H @@ -139,9 +139,9 @@ private: // list view struct tListItem { - std::string text; - std::string tabs[MaxTabs]; - bool sel; + std::string text; + std::string tabs[MaxTabs]; + bool sel; tListItem(const std::string &Text, bool Sel): text(Text), sel(Sel) {} @@ -149,8 +149,8 @@ private: }; typedef std::vector tListItems; - tListItems mItems; - uint mCurrentItem; + tListItems mItems; + uint mCurrentItem; protected: virtual cxType GetTokenData(const txToken &Token); -- cgit v1.2.3