From 193559aa56fb162d9ad9af7a09950069fda05e59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Ko=C5=A1=C5=A5=C3=A1l?= <kostada2@fit.cvut.cz>
Date: Tue, 14 Feb 2023 20:14:20 +0100
Subject: [PATCH] Fix misaligned thesis type (extra whitespace at the
 beginning)

---
 ctufit-thesis.cls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ctufit-thesis.cls b/ctufit-thesis.cls
index c55818a..78cf282 100644
--- a/ctufit-thesis.cls
+++ b/ctufit-thesis.cls
@@ -118,7 +118,7 @@
 \DeclareRobustCommand{\ctufitkeywordsENG}[1]{
 	\def\thectufitkeywords{#1}
 }
-\DeclareRobustCommand{\thectufitthesistype}{
+\DeclareRobustCommand{\thectufitthesistype}{%
 	\if\@ctufitthesistype B{%
 		\if\@ctufitlang C{Bakal{\' a}{\v r}sk{\' a} pr{\' a}ce}\else\if\@ctufitlang S{Bakal{\' a}rska pr{\' a}ca}\else{Bachelor's thesis}\fi\fi
 	}\else\if\@ctufitthesistype M{%
-- 
GitLab