[vlc-devel] commit: indent ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jun 10 22:31:03 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 10 23:31:10 2009 +0300| [fa134b7bcc3522eff7cadbff528be65dc325bb15] | committer: Rémi Denis-Courmont
indent
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa134b7bcc3522eff7cadbff528be65dc325bb15
---
modules/video_filter/panoramix.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_filter/panoramix.c b/modules/video_filter/panoramix.c
index dfb8f52..5e4cdb2 100644
--- a/modules/video_filter/panoramix.c
+++ b/modules/video_filter/panoramix.c
@@ -339,7 +339,7 @@ static const panoramix_chroma_t p_chroma_array[] = {
#ifndef WIN32
/* Get the number of outputs */
-static unsigned CountMonitors (vlc_object_t *obj)
+static unsigned CountMonitors( vlc_object_t *obj )
{
char *psz_display = var_CreateGetNonEmptyString( obj, "x11-display" );
int snum;
@@ -352,7 +352,7 @@ static unsigned CountMonitors (vlc_object_t *obj)
for( xcb_screen_iterator_t i = xcb_setup_roots_iterator( setup );
i.rem > 0; xcb_screen_next( &i ) )
{
- if (snum == 0)
+ if( snum == 0 )
{
scr = i.data;
break;
More information about the vlc-devel
mailing list