Whitespace
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Aug 2016 22:05:37 +0000 (23:05 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Aug 2016 22:05:37 +0000 (23:05 +0100)
Brotli.xs

index c28e36cec9af935f85eb9471832de9146d7bd640..74e6b1e1d1111781198b71ce67365b68ba3ff25a 100644 (file)
--- 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);
-
This page took 0.011539 seconds and 4 git commands to generate.