[cosmetics] indent
authorxhaggi <sascha.woo@gmail.com>
Tue, 2 Jul 2013 06:28:38 +0000 (08:28 +0200)
committerxhaggi <sascha.woo@gmail.com>
Tue, 2 Jul 2013 06:28:38 +0000 (08:28 +0200)
xbmc/pvr/dialogs/GUIDialogPVRChannelsOSD.cpp
xbmc/pvr/dialogs/GUIDialogPVRGuideOSD.cpp

index 5460b53..b2fb108 100644 (file)
@@ -64,7 +64,7 @@ bool CGUIDialogPVRChannelsOSD::OnMessage(CGUIMessage& message)
 {
   switch (message.GetMessage())
   {
-    case GUI_MSG_CLICKED:
+  case GUI_MSG_CLICKED:
     {
       int iControl = message.GetSenderId();
 
@@ -124,8 +124,8 @@ bool CGUIDialogPVRChannelsOSD::OnAction(const CAction &action)
 {
   switch (action.GetID())
   {
-    case ACTION_PREVIOUS_CHANNELGROUP:
-    case ACTION_NEXT_CHANNELGROUP:
+  case ACTION_PREVIOUS_CHANNELGROUP:
+  case ACTION_NEXT_CHANNELGROUP:
     {
       // save control states and currently selected item of group
       SaveControlStates();
@@ -176,9 +176,9 @@ void CGUIDialogPVRChannelsOSD::Update()
 
     if(!m_group)
     {
-        m_group = group;
-        m_viewControl.SetSelectedItem(group->GetIndex(*channel));
-        SaveSelectedItem(group->GroupID());
+      m_group = group;
+      m_viewControl.SetSelectedItem(group->GetIndex(*channel));
+      SaveSelectedItem(group->GroupID());
     }
   }
 
index da81ed7..817cb9e 100644 (file)
@@ -48,7 +48,7 @@ bool CGUIDialogPVRGuideOSD::OnMessage(CGUIMessage& message)
 {
   switch (message.GetMessage())
   {
-    case GUI_MSG_CLICKED:
+  case GUI_MSG_CLICKED:
     {
       int iControl = message.GetSenderId();