aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/model/GpgKeySignature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg/model/GpgKeySignature.cpp')
-rw-r--r--src/gpg/model/GpgKeySignature.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpg/model/GpgKeySignature.cpp b/src/gpg/model/GpgKeySignature.cpp
index d7e7c53e..8f937198 100644
--- a/src/gpg/model/GpgKeySignature.cpp
+++ b/src/gpg/model/GpgKeySignature.cpp
@@ -1,7 +1,7 @@
/**
- * This file is part of GPGFrontend.
+ * This file is part of GpgFrontend.
*
- * GPGFrontend is free software: you can redistribute it and/or modify
+ * GpgFrontend 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.
@@ -24,5 +24,5 @@
#include "gpg/model/GpgKeySignature.h"
-GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig) : _signature_ref(sig,
- [&](gpgme_key_sig_t signature) {}) {}
+GpgFrontend::GpgKeySignature::GpgKeySignature(gpgme_key_sig_t sig)
+ : _signature_ref(sig, [&](gpgme_key_sig_t signature) {}) {}