From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001
From: Kirill Volinsky <Mataes2007@gmail.com>
Date: Wed, 6 Dec 2017 14:15:09 +0300
Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from
 commit 62202ed10617927d5429bc59898e12a366abe744)

---
 plugins/StopSpamPlus/src/events.cpp    | 2 +-
 plugins/StopSpamPlus/src/opt_proto.cpp | 2 +-
 plugins/StopSpamPlus/src/options.cpp   | 2 +-
 plugins/StopSpamPlus/src/resource.h    | 2 +-
 plugins/StopSpamPlus/src/services.cpp  | 2 +-
 plugins/StopSpamPlus/src/settings.cpp  | 2 +-
 plugins/StopSpamPlus/src/settings.h    | 2 +-
 plugins/StopSpamPlus/src/stdafx.cxx    | 2 +-
 plugins/StopSpamPlus/src/stdafx.h      | 2 +-
 plugins/StopSpamPlus/src/stopspam.cpp  | 2 +-
 plugins/StopSpamPlus/src/utils.cpp     | 2 +-
 plugins/StopSpamPlus/src/version.h     | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

(limited to 'plugins/StopSpamPlus/src')

diff --git a/plugins/StopSpamPlus/src/events.cpp b/plugins/StopSpamPlus/src/events.cpp
index a8c34ac015..6b5c95a53c 100644
--- a/plugins/StopSpamPlus/src/events.cpp
+++ b/plugins/StopSpamPlus/src/events.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 int OnDbEventAdded(WPARAM wParam, LPARAM lParam)
 {
diff --git a/plugins/StopSpamPlus/src/opt_proto.cpp b/plugins/StopSpamPlus/src/opt_proto.cpp
index d030c67ddf..90592d4047 100644
--- a/plugins/StopSpamPlus/src/opt_proto.cpp
+++ b/plugins/StopSpamPlus/src/opt_proto.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 struct ProtocolData
 {
diff --git a/plugins/StopSpamPlus/src/options.cpp b/plugins/StopSpamPlus/src/options.cpp
index 7819745b82..af9f587e4c 100644
--- a/plugins/StopSpamPlus/src/options.cpp
+++ b/plugins/StopSpamPlus/src/options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 const wchar_t pluginDescription[] = LPGENW("No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.");
 
diff --git a/plugins/StopSpamPlus/src/resource.h b/plugins/StopSpamPlus/src/resource.h
index 5a11a1e288..5a61c2abcd 100644
--- a/plugins/StopSpamPlus/src/resource.h
+++ b/plugins/StopSpamPlus/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
 // Microsoft Visual C++ generated include file.
 // Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\StopSpamPlus\res\stopspam.rc
 //
diff --git a/plugins/StopSpamPlus/src/services.cpp b/plugins/StopSpamPlus/src/services.cpp
index 8caf9aeb5e..7cc8fec1a5 100644
--- a/plugins/StopSpamPlus/src/services.cpp
+++ b/plugins/StopSpamPlus/src/services.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 INT_PTR IsContactPassed(WPARAM hContact, LPARAM /*lParam*/)
 {
diff --git a/plugins/StopSpamPlus/src/settings.cpp b/plugins/StopSpamPlus/src/settings.cpp
index 32659f01b2..d8f6e85ecd 100644
--- a/plugins/StopSpamPlus/src/settings.cpp
+++ b/plugins/StopSpamPlus/src/settings.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 //reading from database-------------
 tstring db_usage::DBGetPluginSetting(std::string const &name, tstring const &defValue)
diff --git a/plugins/StopSpamPlus/src/settings.h b/plugins/StopSpamPlus/src/settings.h
index 4c254e74f7..e52ec472b2 100644
--- a/plugins/StopSpamPlus/src/settings.h
+++ b/plugins/StopSpamPlus/src/settings.h
@@ -1,4 +1,4 @@
-class db_usage
+class db_usage
 {
 public:
 	//reading from database
diff --git a/plugins/StopSpamPlus/src/stdafx.cxx b/plugins/StopSpamPlus/src/stdafx.cxx
index bfd519e3dc..b05ed73bc5 100644
--- a/plugins/StopSpamPlus/src/stdafx.cxx
+++ b/plugins/StopSpamPlus/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/StopSpamPlus/src/stdafx.h b/plugins/StopSpamPlus/src/stdafx.h
index 3afbfc80bb..4b25fba17b 100644
--- a/plugins/StopSpamPlus/src/stdafx.h
+++ b/plugins/StopSpamPlus/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _stopspam_headers_h
+#ifndef _stopspam_headers_h
 #define _stopspam_headers_h
 
 // disable security warnings about "*_s" functions
diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp
index f7c3508deb..3409b6d8e8 100644
--- a/plugins/StopSpamPlus/src/stopspam.cpp
+++ b/plugins/StopSpamPlus/src/stopspam.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 int hLangpack;
 
diff --git a/plugins/StopSpamPlus/src/utils.cpp b/plugins/StopSpamPlus/src/utils.cpp
index 930f02c2c0..b542d91469 100644
--- a/plugins/StopSpamPlus/src/utils.cpp
+++ b/plugins/StopSpamPlus/src/utils.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 
 tstring &GetDlgItemString(HWND hwnd, int id)
 {
diff --git a/plugins/StopSpamPlus/src/version.h b/plugins/StopSpamPlus/src/version.h
index 46f78ed1b7..dc84021f01 100644
--- a/plugins/StopSpamPlus/src/version.h
+++ b/plugins/StopSpamPlus/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION          0
+#define __MAJOR_VERSION          0
 #define __MINOR_VERSION          0
 #define __RELEASE_NUM            1
 #define __BUILD_NUM              5
-- 
cgit v1.2.3