changeset 34400:19b68f388735

Cosmetic: Adjust indent.
author ib
date Mon, 02 Jan 2012 15:28:30 +0000
parents f2c03009068d
children af8838c2b60b
files gui/ui/actions.c gui/win32/interface.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/actions.c	Mon Jan 02 15:16:55 2012 +0000
+++ b/gui/ui/actions.c	Mon Jan 02 15:28:30 2012 +0000
@@ -228,7 +228,7 @@
     filename = guiInfo.Filename;
 
     if (type != SAME_STREAMTYPE)
-    guiInfo.StreamType = type;
+        guiInfo.StreamType = type;
 
     nfree(guiInfo.AudioFilename);
     nfree(guiInfo.SubtitleFilename);
--- a/gui/win32/interface.c	Mon Jan 02 15:16:55 2012 +0000
+++ b/gui/win32/interface.c	Mon Jan 02 15:28:30 2012 +0000
@@ -445,7 +445,7 @@
 #endif
 
     if (type != SAME_STREAMTYPE)
-    guiInfo.StreamType = type;
+        guiInfo.StreamType = type;
 
     nfree(guiInfo.AudioFilename);
     nfree(guiInfo.SubtitleFilename);