# HG changeset patch # User ib # Date 1325518110 0 # Node ID 19b68f388735f8e924eeb6d334775a3e30ad02ea # Parent f2c03009068d6c954c4daf45c1646d05dd1a0477 Cosmetic: Adjust indent. diff -r f2c03009068d -r 19b68f388735 gui/ui/actions.c --- 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); diff -r f2c03009068d -r 19b68f388735 gui/win32/interface.c --- 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);