From a3356fe02f923ca88da9c2da78cf5a10d8dd0975 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Sj=C3=B6lund?= <martin.sjolund@liu.se>
Date: Thu, 14 Nov 2019 16:25:55 +0100
Subject: [PATCH] Trim trailing spaces

---
 liuthesis.cls | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/liuthesis.cls b/liuthesis.cls
index 0b31f64..575bce2 100644
--- a/liuthesis.cls
+++ b/liuthesis.cls
@@ -382,8 +382,8 @@
 \RequirePackage{calc}
 \RequirePackage{ragged2e}
 
-\definecolor{nicered}{rgb}{.647,.129,.149} 
-\newsavebox{\feline@article} 
+\definecolor{nicered}{rgb}{.647,.129,.149}
+\newsavebox{\feline@article}
 \newcommand\feline@article@marker[1][4cm]{%
   \sbox\feline@article{%
     \resizebox{!}{#1}{\fboxsep=1pt%
@@ -642,7 +642,7 @@
     ISBN \@isbn{} ISSN \@issn
   \clearpage{}
   \normalsize
-   {\@publicationseries{} No. \@thesisnumber 
+   {\@publicationseries{} No. \@thesisnumber
       \ifsubseries
           \\\@subseries{} No. \@subseriesnumber
       \fi}
@@ -949,7 +949,7 @@ refer to its www home page:
 \raggedbottom
 \midsloppy
 
-\newlength{\mylen}	% a length
+\newlength{\mylen}  % a length
 \newcommand{\alphabet}{abcdefghijklmnopqrstuvwxyzåäö} % the lowercase
                                 % alphabet
 \begingroup
-- 
GitLab