From 006eae9f4c4511c9b43f398a2af537a6119a6f1b Mon Sep 17 00:00:00 2001
From: David Byers <david.byers@liu.se>
Date: Wed, 22 Jul 2020 17:24:42 +0200
Subject: [PATCH] Cleaned up comment style.

---
 test/olctest.el | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/test/olctest.el b/test/olctest.el
index f5089c2..ae67632 100644
--- a/test/olctest.el
+++ b/test/olctest.el
@@ -1,20 +1,20 @@
-;;;; -*-coding: utf-8; lexical-binding: t;-*-
-;;;;
-;;;; Copyright (C) 2020 David Byers
-;;;;
-;;;; This program is free software: you can redistribute it and/or
-;;;; modify it under the terms of the GNU General Public License as
-;;;; published by the Free Software Foundation, either version 3 of
-;;;; the License, or (at your option) any later version.
-;;;;
-;;;; This program is distributed in the hope that it will be useful,
-;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-;;;; General Public License for more details.
-;;;;
-;;;; You should have received a copy of the GNU General Public License
-;;;; along with this program. If not, see
-;;;; <https://www.gnu.org/licenses/>.
+;; -*-coding: utf-8; lexical-binding: t;-*-
+;;
+;; Copyright (C) 2020 David Byers
+;;
+;; This program is free software: you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation, either version 3 of
+;; the License, or (at your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see
+;; <https://www.gnu.org/licenses/>.
 
 (require 'cl-lib)
 
-- 
GitLab