aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/chunkformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/docstore/chunkformat.h')
-rw-r--r--searchlib/src/vespa/searchlib/docstore/chunkformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/docstore/chunkformat.h b/searchlib/src/vespa/searchlib/docstore/chunkformat.h
index 29793f8b311..6c76840ea21 100644
--- a/searchlib/src/vespa/searchlib/docstore/chunkformat.h
+++ b/searchlib/src/vespa/searchlib/docstore/chunkformat.h
@@ -96,7 +96,7 @@ private:
* @param buf Buffer to write into.
*/
virtual void writeHeader(vespalib::DataBuffer & buf) const = 0;
-
+
static void verifyCompression(uint8_t type);
vespalib::nbostream _dataBuf;