From eed292ffb523f8d1dbdfddd51e1c6eacf877f804 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com>
Date: Wed, 2 Sep 2020 04:37:13 +0000
Subject: [PATCH] Fix indentation

---
 src/SUMMARY.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/SUMMARY.md b/src/SUMMARY.md
index 8752567..cf3fae5 100644
--- a/src/SUMMARY.md
+++ b/src/SUMMARY.md
@@ -1,13 +1,13 @@
 # Summary
 
 - [Introduction to embedded development](./ch1_00_introduction.md)
-    - [Introduction to the hardware](./ch1_01_hardware.md)
-    - [Introduction to the software](./ch1_02_software.md)
+  - [Introduction to the hardware](./ch1_01_hardware.md)
+  - [Introduction to the software](./ch1_02_software.md)
 - [Installation of toolchain](./ch2_00_installation.md)
-    - [Linux Toolchain setup](./ch2_01_linux_installation.md)
-    - [Windows Toolchain setup](./ch2_02_windows_installation.md)
-    - [Testing the toolchain](./ch2_03_testing_toolchain.md)
+  - [Linux Toolchain setup](./ch2_01_linux_installation.md)
+  - [Windows Toolchain setup](./ch2_02_windows_installation.md)
+  - [Testing the toolchain](./ch2_03_testing_toolchain.md)
 - [Exercises - learning by doing](./ch3_00_exercises.md)
-    - [Getting started with the hardware](./ch3_01_getting_started.md)
-    - [Blinking a LED](./ch3_02_blinky.md)
-    - [Serial port communication](./ch3_03_serial.md)
+  - [Getting started with the hardware](./ch3_01_getting_started.md)
+  - [Blinking a LED](./ch3_02_blinky.md)
+  - [Serial port communication](./ch3_03_serial.md)
-- 
GitLab