Browse Source

Remove trailing whitespaces

pull/73/head
Hugo Beauzée-Luyssen 8 years ago
parent
commit
27cd8207de
  1. 2
      include/vlc_block.h
  2. 2
      modules/hw/d3d11/d3d11_surface.c
  3. 2
      modules/keystore/file.c
  4. 2
      src/config/help.c

2
include/vlc_block.h

@ -195,7 +195,7 @@ VLC_API block_t *block_Realloc(block_t *, ssize_t pre, size_t body) VLC_USED;
*
* @note
* If the block is in a chain, this function does <b>not</b> release any
* subsequent block in the chain. Use block_ChainRelease() for that purpose.
* subsequent block in the chain. Use block_ChainRelease() for that purpose.
*
* @param block block to release (cannot be NULL)
*/

2
modules/hw/d3d11/d3d11_surface.c

@ -633,7 +633,7 @@ int D3D11OpenConverter( vlc_object_t *obj )
filter_t *p_filter = (filter_t *)obj;
if ( p_filter->fmt_in.video.i_chroma != VLC_CODEC_D3D11_OPAQUE &&
p_filter->fmt_in.video.i_chroma != VLC_CODEC_D3D11_OPAQUE_10B &&
p_filter->fmt_in.video.i_chroma != VLC_CODEC_D3D11_OPAQUE_10B &&
p_filter->fmt_in.video.i_chroma != VLC_CODEC_D3D11_OPAQUE_RGBA &&
p_filter->fmt_in.video.i_chroma != VLC_CODEC_D3D11_OPAQUE_BGRA )
return VLC_EGENERIC;

2
modules/keystore/file.c

@ -265,7 +265,7 @@ end:
}
return VLC_SUCCESS;
}
#if (!defined(HAVE_FLOCK) && defined (HAVE_FCNTL) && defined (F_SETLKW))
static int
posix_lock_fd(int fd)

2
src/config/help.c

@ -90,7 +90,7 @@ static unsigned ConsoleWidth(void)
* Checks for help command line options such as --help or --version.
* If one is found, print the corresponding text.
* \return true if a command line options caused some help message to be
* printed, false otherwise.
* printed, false otherwise.
*/
bool config_PrintHelp (vlc_object_t *obj)
{

Loading…
Cancel
Save