summaryrefslogtreecommitdiffstats
path: root/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder.h b/decoder.h
index 59c3adc..1269728 100644
--- a/decoder.h
+++ b/decoder.h
@@ -214,7 +214,8 @@ class LZ_decoder
uint32_t crc_;
const int outfd; // output file descriptor
- unsigned long long stream_position() const { return partial_data_pos + stream_pos; }
+ unsigned long long stream_position() const
+ { return partial_data_pos + stream_pos; }
void flush_data();
bool verify_trailer( const Pretty_print & pp ) const;