From 64609f0859639960049eaeb1890b09370c4aecfc Mon Sep 17 00:00:00 2001
From: Vojtech Moravec <vojtech.moravec.st@vsb.cz>
Date: Fri, 4 Dec 2020 10:29:30 +0100
Subject: [PATCH] Add blank line to fix table rendering.

---
 FileFormat.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/FileFormat.md b/FileFormat.md
index 26a6d8e..6c356c4 100644
--- a/FileFormat.md
+++ b/FileFormat.md
@@ -64,6 +64,7 @@ In the first version the Huffman tree is recontructed from the absolute frequenc
 ## QVC File Format V2
 Second version of QVC format is based on the first version and Header sector is almost the same, we just added the size of the huffman binary data.
 The difference is in the data sector and in the binary representation of Huffman tree.
+
 | Sector    | Offset  | Size   | Type        | Note                                                |
 | --------- |---------|--------|-------------|-----------------------------------------------------|
 | **Header**|         |        |             |                                                     |
@@ -86,4 +87,4 @@ Type is encoded using a single byte.
 - `0` - Scalar Quantization
 - `1` - Vector Quantization 1D (Row vector)
 - `2` - Vector Quantization 2D (Matrix vector)
-- `3` - Vector Quantization 3D (Tensor vector)
\ No newline at end of file
+- `3` - Vector Quantization 3D (Tensor vector)
-- 
GitLab