From 150c6a8530d5d7b8e07e994267d9f3b3845231db Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 27 Aug 2016 23:05:37 +0100 Subject: [PATCH] Whitespace --- Brotli.xs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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); - -- 2.30.2