aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgconstants.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-12 00:50:08 +0000
committerSaturneric <[email protected]>2021-05-12 00:50:08 +0000
commitb3ad42f01dcfaffeca4b906400df4094a978d095 (patch)
tree0a88a0168d5f9045d4144dd347fe25bd451000d2 /src/gpgconstants.cpp
parentChange CXX Standard to C++14 (diff)
downloadGpgFrontend-b3ad42f01dcfaffeca4b906400df4094a978d095.tar.gz
GpgFrontend-b3ad42f01dcfaffeca4b906400df4094a978d095.zip
Srouce Files Tidy and Reform
Diffstat (limited to '')
-rw-r--r--src/gpgconstants.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gpgconstants.cpp b/src/gpgconstants.cpp
index 0d3306ab..9e919386 100644
--- a/src/gpgconstants.cpp
+++ b/src/gpgconstants.cpp
@@ -22,10 +22,10 @@
#include "gpgconstants.h"
#include <QString>
-const char* GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----";
-const char* GpgConstants::PGP_CRYPT_END = "-----END PGP MESSAGE-----";
-const char* GpgConstants::PGP_SIGNED_BEGIN = "-----BEGIN PGP SIGNED MESSAGE-----";
-const char* GpgConstants::PGP_SIGNED_END = "-----END PGP SIGNATURE-----";
-const char* GpgConstants::PGP_SIGNATURE_BEGIN = "-----BEGIN PGP SIGNATURE-----";
-const char* GpgConstants::PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----";
+const char *GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----";
+const char *GpgConstants::PGP_CRYPT_END = "-----END PGP MESSAGE-----";
+const char *GpgConstants::PGP_SIGNED_BEGIN = "-----BEGIN PGP SIGNED MESSAGE-----";
+const char *GpgConstants::PGP_SIGNED_END = "-----END PGP SIGNATURE-----";
+const char *GpgConstants::PGP_SIGNATURE_BEGIN = "-----BEGIN PGP SIGNATURE-----";
+const char *GpgConstants::PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----";