[git commit] xz: remove an empty line from xz_dec_lzma2.c

Denys Vlasenko vda.linux at googlemail.com
Wed Feb 27 15:36:17 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=aada3126a795d9ff406aa3029aee44019d7c0450
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Lasse Collin <lasse.collin at tukaani.org>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/libarchive/unxz/xz_dec_lzma2.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/archival/libarchive/unxz/xz_dec_lzma2.c b/archival/libarchive/unxz/xz_dec_lzma2.c
index da71cb4..b6d10af 100644
--- a/archival/libarchive/unxz/xz_dec_lzma2.c
+++ b/archival/libarchive/unxz/xz_dec_lzma2.c
@@ -407,7 +407,6 @@ static void XZ_FUNC dict_uncompressed(
 
 		b->out_pos += copy_size;
 		b->in_pos += copy_size;
-
 	}
 }
 


More information about the busybox-cvs mailing list