diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:35:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 01:35:44 +0200 |
commit | 0f8960542f6f5ae258e72e56ba7296a01a9c10af (patch) | |
tree | 7a05c4aec785d2c445e6fdecad65d729e2bc5e16 /archival | |
parent | f3ea792badae9cd7c4205ac363301f1e94e57d4e (diff) | |
download | busybox-w32-0f8960542f6f5ae258e72e56ba7296a01a9c10af.tar.gz busybox-w32-0f8960542f6f5ae258e72e56ba7296a01a9c10af.tar.bz2 busybox-w32-0f8960542f6f5ae258e72e56ba7296a01a9c10af.zip |
*: more empty lines removed. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/lzo1x_9x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/lzo1x_9x.c b/archival/lzo1x_9x.c index 0baed5469..483205155 100644 --- a/archival/lzo1x_9x.c +++ b/archival/lzo1x_9x.c | |||
@@ -675,7 +675,6 @@ static int min_gain(unsigned ahead, unsigned lit1, | |||
675 | static void better_match(const lzo_swd_p swd, | 675 | static void better_match(const lzo_swd_p swd, |
676 | unsigned *m_len, unsigned *m_off) | 676 | unsigned *m_len, unsigned *m_off) |
677 | { | 677 | { |
678 | |||
679 | if (*m_len <= M2_MIN_LEN) | 678 | if (*m_len <= M2_MIN_LEN) |
680 | return; | 679 | return; |
681 | 680 | ||