summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/GPGw
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/src/GPGw')
-rw-r--r--plugins/CryptoPP/src/GPGw/gpg.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/gpg.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/gpg_main.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/gpg_res.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/gpgw.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/keys.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/keys.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/language.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/language.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/passdialog.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/passdialog.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/passphrases.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/passphrases.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/pipeexec.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/pipeexec.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/size.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/tools.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/tools.h2
-rw-r--r--plugins/CryptoPP/src/GPGw/userdialog.cpp2
-rw-r--r--plugins/CryptoPP/src/GPGw/userdialog.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/plugins/CryptoPP/src/GPGw/gpg.cpp b/plugins/CryptoPP/src/GPGw/gpg.cpp
index c50114c851..47d5d178dc 100644
--- a/plugins/CryptoPP/src/GPGw/gpg.cpp
+++ b/plugins/CryptoPP/src/GPGw/gpg.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
char *txtgpgargslistpublickeys=
diff --git a/plugins/CryptoPP/src/GPGw/gpg.h b/plugins/CryptoPP/src/GPGw/gpg.h
index 2c60a5570e..5a06071e4a 100644
--- a/plugins/CryptoPP/src/GPGw/gpg.h
+++ b/plugins/CryptoPP/src/GPGw/gpg.h
@@ -1,4 +1,4 @@
-#ifndef __GPG_H__
+#ifndef __GPG_H__
#define __GPG_H__
typedef enum
diff --git a/plugins/CryptoPP/src/GPGw/gpg_main.cpp b/plugins/CryptoPP/src/GPGw/gpg_main.cpp
index 2eaacce5a9..5bbbc9f5e3 100644
--- a/plugins/CryptoPP/src/GPGw/gpg_main.cpp
+++ b/plugins/CryptoPP/src/GPGw/gpg_main.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
BOOL ShowSelectExecDlg(LPSTR);
diff --git a/plugins/CryptoPP/src/GPGw/gpg_res.h b/plugins/CryptoPP/src/GPGw/gpg_res.h
index 6bbea495a1..af5efe29d7 100644
--- a/plugins/CryptoPP/src/GPGw/gpg_res.h
+++ b/plugins/CryptoPP/src/GPGw/gpg_res.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/CryptoPP/src/GPGw/gpgw.h b/plugins/CryptoPP/src/GPGw/gpgw.h
index d3722cea94..041c79abc5 100644
--- a/plugins/CryptoPP/src/GPGw/gpgw.h
+++ b/plugins/CryptoPP/src/GPGw/gpgw.h
@@ -1,4 +1,4 @@
-// Windows API
+// Windows API
#pragma once
diff --git a/plugins/CryptoPP/src/GPGw/keys.cpp b/plugins/CryptoPP/src/GPGw/keys.cpp
index 707e2169eb..74674bedd3 100644
--- a/plugins/CryptoPP/src/GPGw/keys.cpp
+++ b/plugins/CryptoPP/src/GPGw/keys.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
typedef char tkeyuserid[keyuseridsize];
diff --git a/plugins/CryptoPP/src/GPGw/keys.h b/plugins/CryptoPP/src/GPGw/keys.h
index 039c5e8e85..394c6c05b8 100644
--- a/plugins/CryptoPP/src/GPGw/keys.h
+++ b/plugins/CryptoPP/src/GPGw/keys.h
@@ -1,4 +1,4 @@
-#ifndef __KEYS_H__
+#ifndef __KEYS_H__
#define __KEYS_H__
#define publickeyuserid 0
diff --git a/plugins/CryptoPP/src/GPGw/language.cpp b/plugins/CryptoPP/src/GPGw/language.cpp
index 304a1633f0..a815f7cff3 100644
--- a/plugins/CryptoPP/src/GPGw/language.cpp
+++ b/plugins/CryptoPP/src/GPGw/language.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
//char *txtverifyoptions="Please verify your settings in M->Options->Plugins->GnuPG and GnuPG Advanced."; /*lang*/
diff --git a/plugins/CryptoPP/src/GPGw/language.h b/plugins/CryptoPP/src/GPGw/language.h
index 6e8bcf9215..6c3548b4c3 100644
--- a/plugins/CryptoPP/src/GPGw/language.h
+++ b/plugins/CryptoPP/src/GPGw/language.h
@@ -1,4 +1,4 @@
-#ifndef __TEXT_H__
+#ifndef __TEXT_H__
#define __TEXT_H__
// textkonstanten, die uebersetzt werden muessen
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.cpp b/plugins/CryptoPP/src/GPGw/passdialog.cpp
index 0263edb6e3..18389c31d6 100644
--- a/plugins/CryptoPP/src/GPGw/passdialog.cpp
+++ b/plugins/CryptoPP/src/GPGw/passdialog.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
char dlgpassphrase[passphrasesize];
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.h b/plugins/CryptoPP/src/GPGw/passdialog.h
index 408c8c39da..0bf5b9522b 100644
--- a/plugins/CryptoPP/src/GPGw/passdialog.h
+++ b/plugins/CryptoPP/src/GPGw/passdialog.h
@@ -1,4 +1,4 @@
-#ifndef __PASSDIALOG_H__
+#ifndef __PASSDIALOG_H__
#define __PASSDIALOG_H__
extern char dlgpassphrase[];
diff --git a/plugins/CryptoPP/src/GPGw/passphrases.cpp b/plugins/CryptoPP/src/GPGw/passphrases.cpp
index 01e17ec4b9..6a88358370 100644
--- a/plugins/CryptoPP/src/GPGw/passphrases.cpp
+++ b/plugins/CryptoPP/src/GPGw/passphrases.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
// globale variablen
diff --git a/plugins/CryptoPP/src/GPGw/passphrases.h b/plugins/CryptoPP/src/GPGw/passphrases.h
index 30d5bc1931..9a2c25dadd 100644
--- a/plugins/CryptoPP/src/GPGw/passphrases.h
+++ b/plugins/CryptoPP/src/GPGw/passphrases.h
@@ -1,4 +1,4 @@
-#ifndef __PASSPHRASES_H__
+#ifndef __PASSPHRASES_H__
#define __PASSPHRASES_H__
// funktions prototypen
diff --git a/plugins/CryptoPP/src/GPGw/pipeexec.cpp b/plugins/CryptoPP/src/GPGw/pipeexec.cpp
index 8ebdb00ab7..3a04fd1697 100644
--- a/plugins/CryptoPP/src/GPGw/pipeexec.cpp
+++ b/plugins/CryptoPP/src/GPGw/pipeexec.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
BOOL isWindowsNT(void)
diff --git a/plugins/CryptoPP/src/GPGw/pipeexec.h b/plugins/CryptoPP/src/GPGw/pipeexec.h
index 047baa4476..241e071a53 100644
--- a/plugins/CryptoPP/src/GPGw/pipeexec.h
+++ b/plugins/CryptoPP/src/GPGw/pipeexec.h
@@ -1,4 +1,4 @@
-#ifndef __PIPEEXEC_H__
+#ifndef __PIPEEXEC_H__
#define __PIPEEXEC_H__
#include <windows.h>
diff --git a/plugins/CryptoPP/src/GPGw/size.h b/plugins/CryptoPP/src/GPGw/size.h
index 6a46c40d52..e9382f7a2b 100644
--- a/plugins/CryptoPP/src/GPGw/size.h
+++ b/plugins/CryptoPP/src/GPGw/size.h
@@ -1,4 +1,4 @@
-#ifndef __SIZE_H__
+#ifndef __SIZE_H__
#define __SIZE_H__
// array groessen
diff --git a/plugins/CryptoPP/src/GPGw/tools.cpp b/plugins/CryptoPP/src/GPGw/tools.cpp
index fb12501629..17d3303739 100644
--- a/plugins/CryptoPP/src/GPGw/tools.cpp
+++ b/plugins/CryptoPP/src/GPGw/tools.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
// escape sequence type
diff --git a/plugins/CryptoPP/src/GPGw/tools.h b/plugins/CryptoPP/src/GPGw/tools.h
index f9e9cef7f8..74da8552d3 100644
--- a/plugins/CryptoPP/src/GPGw/tools.h
+++ b/plugins/CryptoPP/src/GPGw/tools.h
@@ -1,4 +1,4 @@
-#ifndef __TOOLS_H__
+#ifndef __TOOLS_H__
#define __TOOLS_H__
#ifdef __cplusplus
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.cpp b/plugins/CryptoPP/src/GPGw/userdialog.cpp
index 159d811fc9..a6f6cea17f 100644
--- a/plugins/CryptoPP/src/GPGw/userdialog.cpp
+++ b/plugins/CryptoPP/src/GPGw/userdialog.cpp
@@ -1,4 +1,4 @@
-#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
void RefreshListView(HWND hLV);
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.h b/plugins/CryptoPP/src/GPGw/userdialog.h
index f88c8f0b49..acdf0a3bcc 100644
--- a/plugins/CryptoPP/src/GPGw/userdialog.h
+++ b/plugins/CryptoPP/src/GPGw/userdialog.h
@@ -1,4 +1,4 @@
-#ifndef __USERDIALOG_H__
+#ifndef __USERDIALOG_H__
#define __USERDIALOG_H__
INT_PTR CALLBACK UserIdDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);