summaryrefslogtreecommitdiff
path: root/plugins/Spamotron
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
commita27079fe5c4a210664515c47767c00112c435d65 (patch)
tree39e36b58b4138af46e2f10661de352482b89399d /plugins/Spamotron
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/Spamotron')
-rw-r--r--plugins/Spamotron/src/bayes.cpp2
-rw-r--r--plugins/Spamotron/src/options.cpp2
-rw-r--r--plugins/Spamotron/src/popups.cpp2
-rw-r--r--plugins/Spamotron/src/resource.h2
-rw-r--r--plugins/Spamotron/src/spamotron.cpp2
-rw-r--r--plugins/Spamotron/src/sqlite3/sqlite3.c2
-rw-r--r--plugins/Spamotron/src/sqlite3/sqlite3.h2
-rw-r--r--plugins/Spamotron/src/stdafx.cxx2
-rw-r--r--plugins/Spamotron/src/stdafx.h2
-rw-r--r--plugins/Spamotron/src/utils.cpp2
-rw-r--r--plugins/Spamotron/src/version.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/plugins/Spamotron/src/bayes.cpp b/plugins/Spamotron/src/bayes.cpp
index c11d43fdef..dc4d23e635 100644
--- a/plugins/Spamotron/src/bayes.cpp
+++ b/plugins/Spamotron/src/bayes.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "io.h"
#define DELIMS " ,.;!?@-\\/+&\x0D\x0A"
diff --git a/plugins/Spamotron/src/options.cpp b/plugins/Spamotron/src/options.cpp
index 40a6773e75..f4d4733a49 100644
--- a/plugins/Spamotron/src/options.cpp
+++ b/plugins/Spamotron/src/options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
wchar_t currentResponse[256] = {0};
diff --git a/plugins/Spamotron/src/popups.cpp b/plugins/Spamotron/src/popups.cpp
index 8cf28e0f73..a5f6afde33 100644
--- a/plugins/Spamotron/src/popups.cpp
+++ b/plugins/Spamotron/src/popups.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
extern BOOL _saveDlgItemInt(HWND hDialog, int controlID, char* option);
diff --git a/plugins/Spamotron/src/resource.h b/plugins/Spamotron/src/resource.h
index 770019779d..31f5166fe9 100644
--- a/plugins/Spamotron/src/resource.h
+++ b/plugins/Spamotron/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by spamotron.rc
//
diff --git a/plugins/Spamotron/src/spamotron.cpp b/plugins/Spamotron/src/spamotron.cpp
index a216544692..f9462b77e6 100644
--- a/plugins/Spamotron/src/spamotron.cpp
+++ b/plugins/Spamotron/src/spamotron.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInst;
diff --git a/plugins/Spamotron/src/sqlite3/sqlite3.c b/plugins/Spamotron/src/sqlite3/sqlite3.c
index 60243324b7..074cdf9ba1 100644
--- a/plugins/Spamotron/src/sqlite3/sqlite3.c
+++ b/plugins/Spamotron/src/sqlite3/sqlite3.c
@@ -1,4 +1,4 @@
-/******************************************************************************
+/******************************************************************************
** This file is an amalgamation of many separate C source files from SQLite
** version 3.6.13. By combining all the individual C code files into this
** single large file, the entire code can be compiled as a one translation
diff --git a/plugins/Spamotron/src/sqlite3/sqlite3.h b/plugins/Spamotron/src/sqlite3/sqlite3.h
index 41986d38de..7273475444 100644
--- a/plugins/Spamotron/src/sqlite3/sqlite3.h
+++ b/plugins/Spamotron/src/sqlite3/sqlite3.h
@@ -1,4 +1,4 @@
-/*
+/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
diff --git a/plugins/Spamotron/src/stdafx.cxx b/plugins/Spamotron/src/stdafx.cxx
index bfd519e3dc..b05ed73bc5 100644
--- a/plugins/Spamotron/src/stdafx.cxx
+++ b/plugins/Spamotron/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h
index 155f672383..0ec06bf479 100644
--- a/plugins/Spamotron/src/stdafx.h
+++ b/plugins/Spamotron/src/stdafx.h
@@ -1,4 +1,4 @@
-#include <windows.h>
+#include <windows.h>
#include <commctrl.h>
#include <stdlib.h>
#include <time.h>
diff --git a/plugins/Spamotron/src/utils.cpp b/plugins/Spamotron/src/utils.cpp
index b5bc0e8a48..6084dc7a4d 100644
--- a/plugins/Spamotron/src/utils.cpp
+++ b/plugins/Spamotron/src/utils.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include <locale.h>
diff --git a/plugins/Spamotron/src/version.h b/plugins/Spamotron/src/version.h
index bfbca9218f..55823a9f3b 100644
--- a/plugins/Spamotron/src/version.h
+++ b/plugins/Spamotron/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 4
#define __BUILD_NUM 7