summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/src
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/PasteIt/src
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/PasteIt/src')
-rw-r--r--plugins/PasteIt/src/Options.cpp2
-rw-r--r--plugins/PasteIt/src/Options.h2
-rw-r--r--plugins/PasteIt/src/PasteIt.cpp2
-rw-r--r--plugins/PasteIt/src/PasteToWeb.cpp2
-rw-r--r--plugins/PasteIt/src/PasteToWeb.h2
-rw-r--r--plugins/PasteIt/src/PasteToWeb1.cpp2
-rw-r--r--plugins/PasteIt/src/PasteToWeb1.h2
-rw-r--r--plugins/PasteIt/src/PasteToWeb2.cpp2
-rw-r--r--plugins/PasteIt/src/PasteToWeb2.h2
-rw-r--r--plugins/PasteIt/src/resource.h2
-rw-r--r--plugins/PasteIt/src/stdafx.cxx2
-rw-r--r--plugins/PasteIt/src/stdafx.h2
-rw-r--r--plugins/PasteIt/src/version.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/PasteIt/src/Options.cpp b/plugins/PasteIt/src/Options.cpp
index 3be2c45907..97d93e3d98 100644
--- a/plugins/PasteIt/src/Options.cpp
+++ b/plugins/PasteIt/src/Options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/Options.h b/plugins/PasteIt/src/Options.h
index 3d6d31407e..9e58e44d7f 100644
--- a/plugins/PasteIt/src/Options.h
+++ b/plugins/PasteIt/src/Options.h
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp
index 831dc1a343..96de6b8a51 100644
--- a/plugins/PasteIt/src/PasteIt.cpp
+++ b/plugins/PasteIt/src/PasteIt.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteToWeb.cpp b/plugins/PasteIt/src/PasteToWeb.cpp
index 4dabde6dd0..09786c738a 100644
--- a/plugins/PasteIt/src/PasteToWeb.cpp
+++ b/plugins/PasteIt/src/PasteToWeb.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteToWeb.h b/plugins/PasteIt/src/PasteToWeb.h
index 5f4023eea8..fdedc388ac 100644
--- a/plugins/PasteIt/src/PasteToWeb.h
+++ b/plugins/PasteIt/src/PasteToWeb.h
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteToWeb1.cpp b/plugins/PasteIt/src/PasteToWeb1.cpp
index 202f0d0923..b725c12f52 100644
--- a/plugins/PasteIt/src/PasteToWeb1.cpp
+++ b/plugins/PasteIt/src/PasteToWeb1.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteToWeb1.h b/plugins/PasteIt/src/PasteToWeb1.h
index 16f246af2f..50f835af4f 100644
--- a/plugins/PasteIt/src/PasteToWeb1.h
+++ b/plugins/PasteIt/src/PasteToWeb1.h
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteToWeb2.cpp b/plugins/PasteIt/src/PasteToWeb2.cpp
index 65df4b913b..17b3ca116f 100644
--- a/plugins/PasteIt/src/PasteToWeb2.cpp
+++ b/plugins/PasteIt/src/PasteToWeb2.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/PasteToWeb2.h b/plugins/PasteIt/src/PasteToWeb2.h
index e9555b7de1..891c92223f 100644
--- a/plugins/PasteIt/src/PasteToWeb2.h
+++ b/plugins/PasteIt/src/PasteToWeb2.h
@@ -1,4 +1,4 @@
-/*
+/*
Paste It plugin
Copyright (C) 2011 Krzysztof Kral
diff --git a/plugins/PasteIt/src/resource.h b/plugins/PasteIt/src/resource.h
index 469e5f4989..cbfa566679 100644
--- a/plugins/PasteIt/src/resource.h
+++ b/plugins/PasteIt/src/resource.h
@@ -1,4 +1,4 @@
-
+
#define IDD_OPT_MAIN 101
#define IDD_DLG_FROM_CLIPBOARD 102
#define IDD_DLG_FROM_FILE 103
diff --git a/plugins/PasteIt/src/stdafx.cxx b/plugins/PasteIt/src/stdafx.cxx
index bfd519e3dc..b05ed73bc5 100644
--- a/plugins/PasteIt/src/stdafx.cxx
+++ b/plugins/PasteIt/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/PasteIt/src/stdafx.h b/plugins/PasteIt/src/stdafx.h
index e97f6783b7..466448a431 100644
--- a/plugins/PasteIt/src/stdafx.h
+++ b/plugins/PasteIt/src/stdafx.h
@@ -1,4 +1,4 @@
-// stdafx.h : include file for standard system include files,
+// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
diff --git a/plugins/PasteIt/src/version.h b/plugins/PasteIt/src/version.h
index a6266df094..68de25f823 100644
--- a/plugins/PasteIt/src/version.h
+++ b/plugins/PasteIt/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
#define __BUILD_NUM 3