summaryrefslogtreecommitdiff
path: root/plugins/GmailNotifier/src
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/GmailNotifier/src
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/GmailNotifier/src')
-rw-r--r--plugins/GmailNotifier/src/check.cpp2
-rw-r--r--plugins/GmailNotifier/src/main.cpp2
-rw-r--r--plugins/GmailNotifier/src/notify.cpp2
-rw-r--r--plugins/GmailNotifier/src/options.cpp2
-rw-r--r--plugins/GmailNotifier/src/resource.h2
-rw-r--r--plugins/GmailNotifier/src/stdafx.cxx2
-rw-r--r--plugins/GmailNotifier/src/stdafx.h2
-rw-r--r--plugins/GmailNotifier/src/utility.cpp2
-rw-r--r--plugins/GmailNotifier/src/version.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/GmailNotifier/src/check.cpp b/plugins/GmailNotifier/src/check.cpp
index 6bf60cd2c7..d8df2301cb 100644
--- a/plugins/GmailNotifier/src/check.cpp
+++ b/plugins/GmailNotifier/src/check.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "Wininet.lib")
diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp
index ff6946fadc..f62aa24d73 100644
--- a/plugins/GmailNotifier/src/main.cpp
+++ b/plugins/GmailNotifier/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda plugin template, originally by Richard Hughes
http://miranda-icq.sourceforge.net/
diff --git a/plugins/GmailNotifier/src/notify.cpp b/plugins/GmailNotifier/src/notify.cpp
index ee1bbc04e4..684634d1a0 100644
--- a/plugins/GmailNotifier/src/notify.cpp
+++ b/plugins/GmailNotifier/src/notify.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int OpenBrowser(WPARAM hContact, LPARAM)
{
diff --git a/plugins/GmailNotifier/src/options.cpp b/plugins/GmailNotifier/src/options.cpp
index a3f781c8b1..b7e85be7ca 100644
--- a/plugins/GmailNotifier/src/options.cpp
+++ b/plugins/GmailNotifier/src/options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static void SaveButton(HWND hwndDlg, HWND hwndCombo, int curIndex)
{
diff --git a/plugins/GmailNotifier/src/resource.h b/plugins/GmailNotifier/src/resource.h
index 8a66a02e96..215eaa6396 100644
--- a/plugins/GmailNotifier/src/resource.h
+++ b/plugins/GmailNotifier/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\miranda-ng\plugins\GmailNotifier\res\options.rc
//
diff --git a/plugins/GmailNotifier/src/stdafx.cxx b/plugins/GmailNotifier/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/GmailNotifier/src/stdafx.cxx
+++ b/plugins/GmailNotifier/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/GmailNotifier/src/stdafx.h b/plugins/GmailNotifier/src/stdafx.h
index 470fb6209b..5164c74fe2 100644
--- a/plugins/GmailNotifier/src/stdafx.h
+++ b/plugins/GmailNotifier/src/stdafx.h
@@ -1,4 +1,4 @@
-#include <windows.h>
+#include <windows.h>
#include <time.h>
#include <stdio.h>
#include "resource.h"
diff --git a/plugins/GmailNotifier/src/utility.cpp b/plugins/GmailNotifier/src/utility.cpp
index cadc6820db..31410fbfbd 100644
--- a/plugins/GmailNotifier/src/utility.cpp
+++ b/plugins/GmailNotifier/src/utility.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void BuildList(void)
{
diff --git a/plugins/GmailNotifier/src/version.h b/plugins/GmailNotifier/src/version.h
index 7834d0d829..ea28fcccaa 100644
--- a/plugins/GmailNotifier/src/version.h
+++ b/plugins/GmailNotifier/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 1