[libdvdcss-devel] [PATCH] trailing empty lines cleanup

Diego Biurrun diego at biurrun.de
Tue Oct 21 11:12:11 CEST 2014


---

I had this squashed into the other whitespace cleanup patch locally,
but the other one got pushed so fast .. ;)

 NEWS            | 1 -
 README          | 1 -
 src/device.c    | 1 -
 src/error.c     | 1 -
 src/libdvdcss.c | 1 -
 test/csstest.c  | 1 -
 6 files changed, 6 deletions(-)

diff --git a/NEWS b/NEWS
index 21c0d33..64dd8f9 100644
--- a/NEWS
+++ b/NEWS
@@ -146,4 +146,3 @@ Changes between 0.0.1 and 0.0.2:
 
   * internal key cache mechanism
   * stability fixes
-
diff --git a/README b/README
index c450b88..a7b17d7 100644
--- a/README
+++ b/README
@@ -59,4 +59,3 @@ Resources
 The VideoLAN web site at http://www.videolan.org/ is a good start for
 information about MPEG and DVD playback. Have a look at the support
 section to look for answers.
-
diff --git a/src/device.c b/src/device.c
index c26f04f..d16557e 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1072,4 +1072,3 @@ static int aspi_read_internal( int i_fd, void *p_data, int i_blocks )
     return i_blocks;
 }
 #endif
-
diff --git a/src/error.c b/src/error.c
index 204caa2..5bc6bd3 100644
--- a/src/error.c
+++ b/src/error.c
@@ -64,4 +64,3 @@ void _print_debug( dvdcss_t dvdcss, char *psz_string )
     }
 }
 #endif
-
diff --git a/src/libdvdcss.c b/src/libdvdcss.c
index d01169c..c848666 100644
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -771,4 +771,3 @@ LIBDVDCSS_EXPORT int dvdcss_is_scrambled ( dvdcss_t dvdcss )
 {
     return dvdcss->b_scrambled;
 }
-
diff --git a/test/csstest.c b/test/csstest.c
index 16300a0..d09565a 100644
--- a/test/csstest.c
+++ b/test/csstest.c
@@ -124,4 +124,3 @@ static void dumpsector( unsigned char *p_buffer )
     for( ; i_amount ; i_amount--, p_buffer++ ) printf( "%.2x", *p_buffer );
     printf( "...\n" );
 }
-
-- 
1.9.1



More information about the libdvdcss-devel mailing list