[vlc-commits] Skins2: remove tabs

Jean-Baptiste Kempf git at videolan.org
Sun Feb 24 11:01:25 CET 2019


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 24 10:59:11 2019 +0100| [1c95956508b609335c0af736361e395cd065f3a6] | committer: Jean-Baptiste Kempf

Skins2: remove tabs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c95956508b609335c0af736361e395cd065f3a6
---

 modules/gui/skins2/src/dialogs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/skins2/src/dialogs.cpp b/modules/gui/skins2/src/dialogs.cpp
index 72869b29c8..8ca54ad02f 100644
--- a/modules/gui/skins2/src/dialogs.cpp
+++ b/modules/gui/skins2/src/dialogs.cpp
@@ -52,7 +52,7 @@ void Dialogs::showChangeSkinCB( intf_dialog_args_t *pArg )
                 // Push the command in the asynchronous command queue
                 AsyncQueue *pQueue = AsyncQueue::instance( pIntf );
                 pQueue->push( CmdGenericPtr( pCmd ) );
-	    }
+            }
         }
     }
     else if( !pIntf->p_sys->p_theme )



More information about the vlc-commits mailing list