]> git.sesse.net Git - vlc/commitdiff
Remove extra braces.
authorSteinar Gunderson <sgunderson@bigfoot.com>
Sun, 26 Sep 2010 22:10:19 +0000 (00:10 +0200)
committerSteinar Gunderson <sgunderson@bigfoot.com>
Sun, 26 Sep 2010 22:10:19 +0000 (00:10 +0200)
modules/access/sdi.cpp

index 7da119dbe45a03c182825a12cd6d9a804fd2e5ca..b5e021c415adba34a64af82a8c4baa59ee7431f2 100644 (file)
@@ -437,9 +437,7 @@ static int Open( vlc_object_t *p_this )
         IDeckLinkDisplayMode *p_display_mode;
         result = p_display_iterator->Next( &p_display_mode );
         if( result != S_OK || !p_display_mode )
-        {
             break; 
-        }
 
         char sz_mode_id_text[5] = {0};
         BMDDisplayMode mode_id = ntohl( p_display_mode->GetDisplayMode() );