From 555f439af19a78faabf6e9d891d6d431c7409709 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Sat, 29 Apr 2023 13:08:49 +0100
Subject: [PATCH] whitespace

---
 templates/mime.conf.j2 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/templates/mime.conf.j2 b/templates/mime.conf.j2
index 784fb8a..3871e20 100644
--- a/templates/mime.conf.j2
+++ b/templates/mime.conf.j2
@@ -28,19 +28,19 @@
 	AddType application/x-compress .Z
 	AddType application/x-gzip .gz .tgz
 	AddType application/x-bzip2 .bz2
-    AddType image/webp .webp
+	AddType image/webp .webp
 
 	#
-	# DefaultLanguage and AddLanguage allows you to specify the language of 
-	# a document. You can then use content negotiation to give a browser a 
+	# DefaultLanguage and AddLanguage allows you to specify the language of
+	# a document. You can then use content negotiation to give a browser a
 	# file in a language the user can understand.
 	#
 	# Specify a default language. This means that all data
-	# going out without a specific language tag (see below) will 
+	# going out without a specific language tag (see below) will
 	# be marked with this one. You probably do NOT want to set
 	# this unless you are sure it is correct for all cases.
 	#
-	# * It is generally better to not mark a page as 
+	# * It is generally better to not mark a page as
 	# * being a certain language than marking it with the wrong
 	# * language!
 	#
@@ -51,8 +51,8 @@
 	# language code is pl) may wish to use "AddLanguage pl .po" to
 	# avoid the ambiguity with the common suffix for perl scripts.
 	#
-	# Note 2: The example entries below illustrate that in some cases 
-	# the two character 'Language' abbreviation is not identical to 
+	# Note 2: The example entries below illustrate that in some cases
+	# the two character 'Language' abbreviation is not identical to
 	# the two character 'Country' code for its country,
 	# E.g. 'Danmark/dk' versus 'Danish/da'.
 	#
-- 
GitLab