aboutsummaryrefslogtreecommitdiff
path: root/gtad
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-23 19:12:26 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-06-23 19:12:26 +0200
commit65e6ecd9711372e1e2afde769967ee46b3920307 (patch)
treeb70446d9c4c062849741621e876458f9225f355a /gtad
parent653932bb30a4c3111dc1f99a641a011f10f21edd (diff)
downloadlibquotient-65e6ecd9711372e1e2afde769967ee46b3920307.tar.gz
libquotient-65e6ecd9711372e1e2afde769967ee46b3920307.zip
*.mustache: Drop a stray leading end-of-line
An SPDX comment in the source code did not collapse entirely.
Diffstat (limited to 'gtad')
-rw-r--r--gtad/data.h.mustache3
-rw-r--r--gtad/operation.cpp.mustache3
-rw-r--r--gtad/operation.h.mustache3
3 files changed, 3 insertions, 6 deletions
diff --git a/gtad/data.h.mustache b/gtad/data.h.mustache
index a2193380..1b511262 100644
--- a/gtad/data.h.mustache
+++ b/gtad/data.h.mustache
@@ -1,8 +1,7 @@
{{!
SPDX-FileCopyrightText: 2020 Kitsune Ral <Kitsune-Ral@users.sf.net>
SPDX-License-Identifier: LGPL-2.1-or-later
-}}
-{{>preamble}}
+}}{{>preamble}}
#pragma once
#include "converters.h"
diff --git a/gtad/operation.cpp.mustache b/gtad/operation.cpp.mustache
index 1d0ae476..5bbc45ec 100644
--- a/gtad/operation.cpp.mustache
+++ b/gtad/operation.cpp.mustache
@@ -1,8 +1,7 @@
{{!
SPDX-FileCopyrightText: 2020 Kitsune Ral <Kitsune-Ral@users.sf.net>
SPDX-License-Identifier: LGPL-2.1-or-later
-}}
-{{>preamble}}
+}}{{>preamble}}
#include "{{filenameBase}}.h"
#include <QtCore/QStringBuilder>
diff --git a/gtad/operation.h.mustache b/gtad/operation.h.mustache
index 135eee55..f91dc66c 100644
--- a/gtad/operation.h.mustache
+++ b/gtad/operation.h.mustache
@@ -1,8 +1,7 @@
{{!
SPDX-FileCopyrightText: 2020 Kitsune Ral <Kitsune-Ral@users.sf.net>
SPDX-License-Identifier: LGPL-2.1-or-later
-}}
-{{>preamble}}
+}}{{>preamble}}
#pragma once
#include "jobs/basejob.h"