summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/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/AsSingleWindow/src
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/AsSingleWindow/src')
-rw-r--r--plugins/AsSingleWindow/src/AsSingleWindow.cpp2
-rw-r--r--plugins/AsSingleWindow/src/AsSingleWindow.h2
-rw-r--r--plugins/AsSingleWindow/src/Options.cpp2
-rw-r--r--plugins/AsSingleWindow/src/Options.h2
-rw-r--r--plugins/AsSingleWindow/src/WindowsManager.cpp2
-rw-r--r--plugins/AsSingleWindow/src/WindowsManager.h2
-rw-r--r--plugins/AsSingleWindow/src/resource.h2
-rw-r--r--plugins/AsSingleWindow/src/stdafx.cxx2
-rw-r--r--plugins/AsSingleWindow/src/stdafx.h2
-rw-r--r--plugins/AsSingleWindow/src/version.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/AsSingleWindow/src/AsSingleWindow.cpp b/plugins/AsSingleWindow/src/AsSingleWindow.cpp
index f09ab6673a..371db5e7f3 100644
--- a/plugins/AsSingleWindow/src/AsSingleWindow.cpp
+++ b/plugins/AsSingleWindow/src/AsSingleWindow.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "AsSingleWindow.h"
#include "Options.h"
#include "WindowsManager.h"
diff --git a/plugins/AsSingleWindow/src/AsSingleWindow.h b/plugins/AsSingleWindow/src/AsSingleWindow.h
index f18eab2970..d28bbfcb3d 100644
--- a/plugins/AsSingleWindow/src/AsSingleWindow.h
+++ b/plugins/AsSingleWindow/src/AsSingleWindow.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#include "stdafx.h"
#include "WindowsManager.h"
diff --git a/plugins/AsSingleWindow/src/Options.cpp b/plugins/AsSingleWindow/src/Options.cpp
index 1885752561..80abf5b90f 100644
--- a/plugins/AsSingleWindow/src/Options.cpp
+++ b/plugins/AsSingleWindow/src/Options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "AsSingleWindow.h"
#include "Options.h"
#include "resource.h"
diff --git a/plugins/AsSingleWindow/src/Options.h b/plugins/AsSingleWindow/src/Options.h
index bf957b9357..4c0a265793 100644
--- a/plugins/AsSingleWindow/src/Options.h
+++ b/plugins/AsSingleWindow/src/Options.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#define SETTINGSNAME "AsSingleWindow"
diff --git a/plugins/AsSingleWindow/src/WindowsManager.cpp b/plugins/AsSingleWindow/src/WindowsManager.cpp
index f9e1867280..e0cbec3c49 100644
--- a/plugins/AsSingleWindow/src/WindowsManager.cpp
+++ b/plugins/AsSingleWindow/src/WindowsManager.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "WindowsManager.h"
#include "AsSingleWindow.h"
diff --git a/plugins/AsSingleWindow/src/WindowsManager.h b/plugins/AsSingleWindow/src/WindowsManager.h
index eb6b85bb08..b3e7e5297f 100644
--- a/plugins/AsSingleWindow/src/WindowsManager.h
+++ b/plugins/AsSingleWindow/src/WindowsManager.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#include "stdafx.h"
diff --git a/plugins/AsSingleWindow/src/resource.h b/plugins/AsSingleWindow/src/resource.h
index 4e7e3d4e5c..fdaced196e 100644
--- a/plugins/AsSingleWindow/src/resource.h
+++ b/plugins/AsSingleWindow/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by optionsPage.rc
//
diff --git a/plugins/AsSingleWindow/src/stdafx.cxx b/plugins/AsSingleWindow/src/stdafx.cxx
index 1e3ab13b21..5126af91d5 100644
--- a/plugins/AsSingleWindow/src/stdafx.cxx
+++ b/plugins/AsSingleWindow/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/AsSingleWindow/src/stdafx.h b/plugins/AsSingleWindow/src/stdafx.h
index ba48343706..8b24b19292 100644
--- a/plugins/AsSingleWindow/src/stdafx.h
+++ b/plugins/AsSingleWindow/src/stdafx.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#define WIN32_LEAN_AND_MEAN
diff --git a/plugins/AsSingleWindow/src/version.h b/plugins/AsSingleWindow/src/version.h
index 62f6fb44d2..751dc2b189 100644
--- a/plugins/AsSingleWindow/src/version.h
+++ b/plugins/AsSingleWindow/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
#define __BUILD_NUM 2