diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 04:08:30 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 04:08:30 +0000 |
commit | 3c94497ec7852eccd68c1bc1663e8ac2a7bb1ab9 (patch) | |
tree | 8ea25aedce956722659fcc377605a326d05c1015 /lib/Support/bzip2/bzlib.c | |
parent | dedf2bd5a34dac25e4245f58bb902ced6b64edd9 (diff) |
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/bzip2/bzlib.c')
-rw-r--r-- | lib/Support/bzip2/bzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/bzip2/bzlib.c b/lib/Support/bzip2/bzlib.c index 2210c3a464..ab35929017 100644 --- a/lib/Support/bzip2/bzlib.c +++ b/lib/Support/bzip2/bzlib.c @@ -470,7 +470,7 @@ int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; } else - if (action == BZ_FLUSH) { + if (action == BZ_FLUSH) { s->avail_in_expect = strm->avail_in; s->mode = BZ_M_FLUSHING; goto preswitch; |