From bab0ebc9f02d2d7ae46d5f7ebab99c312960c886 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@siemens.com>
Date: Fri, 11 Aug 2023 09:30:51 +0200
Subject: [PATCH] fix whitespace issue

---
 HsH-classes.dtx        | 6 +++---
 src/HsH-article.cls    | 6 +++---
 src/HsH-report.cls     | 6 +++---
 src/HsH-standalone.cls | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/HsH-classes.dtx b/HsH-classes.dtx
index a0b79d2..671e6a8 100644
--- a/HsH-classes.dtx
+++ b/HsH-classes.dtx
@@ -30,9 +30,9 @@
 \newcommand{\includeHsHlogohere}[1][5cm]{
   \IfFileExists{\HsHlogoPath}{}{
     \ClassError{\myClassName}{HsH-Logo.pdf not found!}{
-			The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
-		}
-	}
+      The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
+    }
+  }
   \includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}
 }
 \newif\if@german%
diff --git a/src/HsH-article.cls b/src/HsH-article.cls
index 857ef3a..29300a3 100644
--- a/src/HsH-article.cls
+++ b/src/HsH-article.cls
@@ -31,9 +31,9 @@
 \newcommand{\includeHsHlogohere}[1][5cm]{
   \IfFileExists{\HsHlogoPath}{}{
     \ClassError{\myClassName}{HsH-Logo.pdf not found!}{
-The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
-}
-}
+      The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
+    }
+  }
   \includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}
 }
 \newif\if@german%
diff --git a/src/HsH-report.cls b/src/HsH-report.cls
index 48147d2..53f8fe3 100644
--- a/src/HsH-report.cls
+++ b/src/HsH-report.cls
@@ -31,9 +31,9 @@
 \newcommand{\includeHsHlogohere}[1][5cm]{
   \IfFileExists{\HsHlogoPath}{}{
     \ClassError{\myClassName}{HsH-Logo.pdf not found!}{
-The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
-}
-}
+      The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
+    }
+  }
   \includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}
 }
 \newif\if@german%
diff --git a/src/HsH-standalone.cls b/src/HsH-standalone.cls
index 72ca438..0c7464d 100644
--- a/src/HsH-standalone.cls
+++ b/src/HsH-standalone.cls
@@ -31,9 +31,9 @@
 \newcommand{\includeHsHlogohere}[1][5cm]{
   \IfFileExists{\HsHlogoPath}{}{
     \ClassError{\myClassName}{HsH-Logo.pdf not found!}{
-The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
-}
-}
+      The HsH Logo is necasary for the titlepage! Try putting it next to your source file or use \HsHlogoPath to define the file location
+    }
+  }
   \includegraphics[width=#1,page=\HsHlogoPage]{\HsHlogoPath}
 }
 \newif\if@german%
-- 
GitLab