From e8e6268765b052a6f6b53d34f0d8afb200989ba7 Mon Sep 17 00:00:00 2001
From: Alex Ong <the.onga@gmail.com>
Date: Wed, 29 Aug 2018 10:48:11 +1000
Subject: [PATCH] Fixed missing whitespace in debounce documentation

Table wasn't working due to missing newline.
---
 docs/feature_debounce_algo.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/feature_debounce_algo.md b/docs/feature_debounce_algo.md
index 7dcfec4a80..9809bd1bf2 100644
--- a/docs/feature_debounce_algo.md
+++ b/docs/feature_debounce_algo.md
@@ -23,6 +23,7 @@ endif
 ```
 # Debounce selection
 The following is for keyboards where ```SPLIT_KEYBOARD``` is not defined as ```YES```
+
 | DEBOUNCE_ALGO    | CUSTOM_MATRIX | Description                                                 | What to do                    |
 | -------------    |  -------------| ---------------------------------------------------         | ----------------------------- |
 | Not defined      | Not defined   | You are using the included matrix.c and debounce.c          | Nothing. Debounce_sym_g used. |