From b3d35ccadc745851514abc7d7aa26f41532ac914 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Mon, 31 Jul 2017 17:01:55 -0700 Subject: Squelch trailing whitespace --- icecompr/icecompr.cc | 2 +- icecompr/iceuncompr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'icecompr') diff --git a/icecompr/icecompr.cc b/icecompr/icecompr.cc index 04e2a09..758f67a 100644 --- a/icecompr/icecompr.cc +++ b/icecompr/icecompr.cc @@ -298,7 +298,7 @@ int main(int argc, char **argv) value |= 1 << (7-j); fputc(value, output_file); } - + return 0; } diff --git a/icecompr/iceuncompr.c b/icecompr/iceuncompr.c index 04e7dc8..46c69ef 100644 --- a/icecompr/iceuncompr.c +++ b/icecompr/iceuncompr.c @@ -37,7 +37,7 @@ static void write_bit(int value) if (value) write_buffer |= 1 << write_bitcounter; - + if (write_bitcounter == 0) { fputc(write_buffer, output_file); write_bitcounter = 8; -- cgit v1.2.3