From 8ac743986fa0dc53bc738f46cb3eb1df26037abd Mon Sep 17 00:00:00 2001
From: Evy Garden <julian.storozhenko@tu-dortmund.de>
Date: Sun, 10 Sep 2023 17:03:53 +0200
Subject: [PATCH] formatting

---
 CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4339177..4782b61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,8 @@
 cmake_minimum_required(VERSION 3.16.0)
-project(bs-tutorial-ssh LANGUAGES C VERSION 1.0.0)
+project(bs-tutorial-ssh
+    LANGUAGES C
+    VERSION 1.0.0
+)
 
 add_executable(main
     ${PROJECT_SOURCE_DIR}/src/main.c
-- 
GitLab