Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Samo Golež
VLC
Commits
27cd8207
Commit
27cd8207
authored
Aug 21, 2018
by
Hugo Beauzée-Luyssen
Browse files
Remove trailing whitespaces
parent
244e4b9d
Changes
4
Hide whitespace changes
Inline
Side-by-side
include/vlc_block.h
View file @
27cd8207
...
...
@@ -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)
*/
...
...
modules/hw/d3d11/d3d11_surface.c
View file @
27cd8207
...
...
@@ -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
;
...
...
modules/keystore/file.c
View file @
27cd8207
...
...
@@ -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
)
...
...
src/config/help.c
View file @
27cd8207
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment