From: Marius Gavrilescu Date: Sat, 27 Aug 2016 22:05:37 +0000 (+0100) Subject: Whitespace X-Git-Tag: 0.002~11 X-Git-Url: http://git.ieval.ro/?p=io-compress-brotli.git;a=commitdiff_plain;h=150c6a8530d5d7b8e07e994267d9f3b3845231db Whitespace --- diff --git a/Brotli.xs b/Brotli.xs index c28e36c..74e6b1e 100644 --- a/Brotli.xs +++ b/Brotli.xs @@ -206,7 +206,7 @@ compress(self, in) CODE: ENTER; SAVETMPS; - + PUSHMARK(SP); XPUSHs(ST(0)); XPUSHs(in); @@ -232,7 +232,7 @@ flush(self) CODE: ENTER; SAVETMPS; - + PUSHMARK(SP); XPUSHs(ST(0)); XPUSHs(newSVpv("", 0)); @@ -258,7 +258,7 @@ finish(self) CODE: ENTER; SAVETMPS; - + PUSHMARK(SP); XPUSHs(ST(0)); XPUSHs(newSVpv("", 0)); @@ -335,4 +335,3 @@ set_dictionary(self, dict) CODE: data = SvPV(dict, size); BrotliEncoderSetCustomDictionary(self->encoder, size, data); -