aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpgconstants.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/gpgconstants.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/gpgconstants.h b/include/gpgconstants.h
index e01083cf..fe690b36 100644
--- a/include/gpgconstants.h
+++ b/include/gpgconstants.h
@@ -26,15 +26,14 @@ class QString;
const int RESTART_CODE = 1000;
-class GpgConstants
-{
+class GpgConstants {
public:
- static const char* PGP_CRYPT_BEGIN;
- static const char* PGP_CRYPT_END;
- static const char* PGP_SIGNED_BEGIN;
- static const char* PGP_SIGNED_END;
- static const char* PGP_SIGNATURE_BEGIN;
- static const char* PGP_SIGNATURE_END;
+ static const char *PGP_CRYPT_BEGIN;
+ static const char *PGP_CRYPT_END;
+ static const char *PGP_SIGNED_BEGIN;
+ static const char *PGP_SIGNED_END;
+ static const char *PGP_SIGNATURE_BEGIN;
+ static const char *PGP_SIGNATURE_END;
};
#endif // GPGCONSTANTS_H