Commit 0dda4531 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Indentation fix

parent f43820eb
......@@ -440,11 +440,12 @@ static int panned=0;
* some other app might have played with the framebuffer */
p_vout->p_sys->var_info.xoffset = 0;
if(panned < 0) {
ioctl( p_vout->p_sys->i_fd,
FBIOPAN_DISPLAY, &p_vout->p_sys->var_info );
panned++;
}
if( panned < 0 )
{
ioctl( p_vout->p_sys->i_fd,
FBIOPAN_DISPLAY, &p_vout->p_sys->var_info );
panned++;
}
}
}
......@@ -699,4 +700,3 @@ static void GfxMode( int i_tty )
/*msg_Err( p_vout, "failed ioctl KDSETMODE KD_GRAPHICS" );*/
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment