diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/ZeroSwitch | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/ZeroSwitch')
-rw-r--r-- | plugins/ZeroSwitch/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/ZeroSwitch/src/ZeroSwitch.cpp | 2 | ||||
-rw-r--r-- | plugins/ZeroSwitch/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ZeroSwitch/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/ZeroSwitch/src/version.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ZeroSwitch/res/Version.rc b/plugins/ZeroSwitch/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/ZeroSwitch/res/Version.rc +++ b/plugins/ZeroSwitch/res/Version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/ZeroSwitch/src/ZeroSwitch.cpp b/plugins/ZeroSwitch/src/ZeroSwitch.cpp index e38dc64403..b859fbb1bd 100644 --- a/plugins/ZeroSwitch/src/ZeroSwitch.cpp +++ b/plugins/ZeroSwitch/src/ZeroSwitch.cpp @@ -1,4 +1,4 @@ -// ZeroSwitch.cpp : Defines the entry point for the DLL application.
+// ZeroSwitch.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
diff --git a/plugins/ZeroSwitch/src/stdafx.cxx b/plugins/ZeroSwitch/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/ZeroSwitch/src/stdafx.cxx +++ b/plugins/ZeroSwitch/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/ZeroSwitch/src/stdafx.h b/plugins/ZeroSwitch/src/stdafx.h index b2583c407e..e3edcf5ef8 100644 --- a/plugins/ZeroSwitch/src/stdafx.h +++ b/plugins/ZeroSwitch/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/ZeroSwitch/src/version.h b/plugins/ZeroSwitch/src/version.h index 0f3801c22a..1af376d654 100644 --- a/plugins/ZeroSwitch/src/version.h +++ b/plugins/ZeroSwitch/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 1
|