From d148ff9eae8537d91f681a2cb9db3b0da1a01fd5 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 6 Jun 2019 12:40:28 +0200
Subject: [PATCH] cmake style guide

---
 Processes/StackInspector/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Processes/StackInspector/CMakeLists.txt b/Processes/StackInspector/CMakeLists.txt
index 34a8f548..ea36fbfa 100644
--- a/Processes/StackInspector/CMakeLists.txt
+++ b/Processes/StackInspector/CMakeLists.txt
@@ -51,7 +51,7 @@ install (
 
 # --------------------
 # code unit testing
-CORSIKA_ADD_TEST(testStackInspector)
+CORSIKA_ADD_TEST (testStackInspector)
 target_link_libraries (
   testStackInspector
   ProcessStackInspector
-- 
GitLab