diff --git a/snappy.cc b/snappy.cc index fe5c86d..832455b 100644 --- a/snappy.cc +++ b/snappy.cc @@ -296,8 +296,9 @@ inline constexpr std::array, sizeof...(pattern_sizes_minus_one)> MakePatternMaskBytesTable(int index_offset, index_sequence) { - return {MakePatternMaskBytes(index_offset, pattern_sizes_minus_one + 1, - make_index_sequence())...}; + return { + MakePatternMaskBytes(index_offset, pattern_sizes_minus_one + 1, + make_index_sequence())...}; } // This is an array of shuffle control masks that can be used as the source // operand for PSHUFB to permute the contents of the destination XMM register