[vlc-commits] Remove trailing whitespaces

Hugo Beauzée-Luyssen git at videolan.org
Tue Aug 21 12:04:03 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Aug 21 12:01:12 2018 +0200| [27cd8207de60c02b97d1f76948643cf14a6631d7] | committer: Hugo Beauzée-Luyssen

Remove trailing whitespaces

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

 include/vlc_block.h              | 2 +-
 modules/hw/d3d11/d3d11_surface.c | 2 +-
 modules/keystore/file.c          | 2 +-
 src/config/help.c                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/vlc_block.h b/include/vlc_block.h
index 15829d69dc..e54cc52e35 100644
--- a/include/vlc_block.h
+++ b/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)
  */
diff --git a/modules/hw/d3d11/d3d11_surface.c b/modules/hw/d3d11/d3d11_surface.c
index 30ed915b52..1a468cb726 100644
--- a/modules/hw/d3d11/d3d11_surface.c
+++ b/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;
diff --git a/modules/keystore/file.c b/modules/keystore/file.c
index ae37575422..b607185583 100644
--- a/modules/keystore/file.c
+++ b/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)
diff --git a/src/config/help.c b/src/config/help.c
index e5a221093e..160c434a36 100644
--- a/src/config/help.c
+++ b/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)
 {



More information about the vlc-commits mailing list