changeset 37173:885a91949d89

Cosmetic: Remove blank lines.
author ib
date Sun, 07 Sep 2014 22:08:10 +0000
parents cad608ae7295
children 6c941fe7fc3e
files gui/ui/actions.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/actions.c	Sat Sep 06 19:52:00 2014 +0000
+++ b/gui/ui/actions.c	Sun Sep 07 22:08:10 2014 +0000
@@ -136,7 +136,6 @@
     case evPlayCD:
         guiInfo.StreamType = STREAMTYPE_CDDA;
         goto play;
-
 #endif
 #ifdef CONFIG_VCD
     case ivSetVCDTrack:
@@ -145,7 +144,6 @@
     case evPlayVCD:
         guiInfo.StreamType = STREAMTYPE_VCD;
         goto play;
-
 #endif
 #ifdef CONFIG_DVDREAD
     case ivSetDVDSubtitle:
@@ -177,13 +175,11 @@
     case ivPlayDVD:
         guiInfo.StreamType = STREAMTYPE_DVD;
         goto play;
-
 #endif
 #ifdef CONFIG_TV
     case evPlayTV:
         guiInfo.StreamType = guiTV[gui_tv_digital].StreamType;
         goto play;
-
 #endif
     case evPlay:
     case evPlaySwitchToPause: