summaryrefslogtreecommitdiff
path: root/protocols/MSN
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN')
-rw-r--r--protocols/MSN/CMakeLists.txt2
-rw-r--r--protocols/MSN/docs/gpl.txt2
-rw-r--r--protocols/MSN/docs/history.txt2
-rw-r--r--protocols/MSN/docs/readme.txt2
-rw-r--r--protocols/MSN/docs/todo.txt2
-rw-r--r--protocols/MSN/proto_msn/CMakeLists.txt2
-rw-r--r--protocols/MSN/proto_msn/src/resource.h2
-rw-r--r--protocols/MSN/src/des.c2
-rw-r--r--protocols/MSN/src/des.h2
-rw-r--r--protocols/MSN/src/ezxml.c2
-rw-r--r--protocols/MSN/src/ezxml.h2
-rw-r--r--protocols/MSN/src/msn.cpp2
-rw-r--r--protocols/MSN/src/msn_auth.cpp2
-rw-r--r--protocols/MSN/src/msn_avatar.cpp2
-rw-r--r--protocols/MSN/src/msn_chat.cpp2
-rw-r--r--protocols/MSN/src/msn_commands.cpp2
-rw-r--r--protocols/MSN/src/msn_contact.cpp2
-rw-r--r--protocols/MSN/src/msn_errors.cpp2
-rw-r--r--protocols/MSN/src/msn_http.cpp2
-rw-r--r--protocols/MSN/src/msn_ieembed.cpp2
-rw-r--r--protocols/MSN/src/msn_ieembed.h2
-rw-r--r--protocols/MSN/src/msn_libstr.cpp2
-rw-r--r--protocols/MSN/src/msn_links.cpp2
-rw-r--r--protocols/MSN/src/msn_lists.cpp2
-rw-r--r--protocols/MSN/src/msn_mail.cpp2
-rw-r--r--protocols/MSN/src/msn_menu.cpp2
-rw-r--r--protocols/MSN/src/msn_mime.cpp2
-rw-r--r--protocols/MSN/src/msn_misc.cpp2
-rw-r--r--protocols/MSN/src/msn_msgsplit.cpp2
-rw-r--r--protocols/MSN/src/msn_opts.cpp2
-rw-r--r--protocols/MSN/src/msn_proto.cpp2
-rw-r--r--protocols/MSN/src/msn_proto.h2
-rw-r--r--protocols/MSN/src/msn_skypeab.cpp2
-rw-r--r--protocols/MSN/src/msn_soapab.cpp2
-rw-r--r--protocols/MSN/src/msn_soapstore.cpp2
-rw-r--r--protocols/MSN/src/msn_srv.cpp2
-rw-r--r--protocols/MSN/src/msn_ssl.cpp2
-rw-r--r--protocols/MSN/src/msn_std.cpp2
-rw-r--r--protocols/MSN/src/msn_svcs.cpp2
-rw-r--r--protocols/MSN/src/msn_switchboard.cpp2
-rw-r--r--protocols/MSN/src/msn_threads.cpp2
-rw-r--r--protocols/MSN/src/msn_ws.cpp2
-rw-r--r--protocols/MSN/src/resource.h2
-rw-r--r--protocols/MSN/src/skylogin/common.c2
-rw-r--r--protocols/MSN/src/skylogin/common.h2
-rw-r--r--protocols/MSN/src/skylogin/crc.c2
-rw-r--r--protocols/MSN/src/skylogin/crc.h2
-rw-r--r--protocols/MSN/src/skylogin/credentials.c2
-rw-r--r--protocols/MSN/src/skylogin/credentials.h2
-rw-r--r--protocols/MSN/src/skylogin/login.c2
-rw-r--r--protocols/MSN/src/skylogin/login.h2
-rw-r--r--protocols/MSN/src/skylogin/objects.c2
-rw-r--r--protocols/MSN/src/skylogin/objects.h2
-rw-r--r--protocols/MSN/src/skylogin/platform.h2
-rw-r--r--protocols/MSN/src/skylogin/platform_w32.c2
-rw-r--r--protocols/MSN/src/skylogin/random.c2
-rw-r--r--protocols/MSN/src/skylogin/random.h2
-rw-r--r--protocols/MSN/src/skylogin/rc4comm.c2
-rw-r--r--protocols/MSN/src/skylogin/rc4comm.h2
-rw-r--r--protocols/MSN/src/skylogin/skylogin.c2
-rw-r--r--protocols/MSN/src/skylogin/skylogin.h2
-rw-r--r--protocols/MSN/src/skylogin/uic.c2
-rw-r--r--protocols/MSN/src/skylogin/uic.h2
-rw-r--r--protocols/MSN/src/stdafx.cxx2
-rw-r--r--protocols/MSN/src/stdafx.h2
-rw-r--r--protocols/MSN/src/version.h2
66 files changed, 66 insertions, 66 deletions
diff --git a/protocols/MSN/CMakeLists.txt b/protocols/MSN/CMakeLists.txt
index 9fdb7dc81d..58e247810b 100644
--- a/protocols/MSN/CMakeLists.txt
+++ b/protocols/MSN/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc")
set(TARGET MSN)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson ${OPENSSL_LIBRARIES} comctl32.lib)
diff --git a/protocols/MSN/docs/gpl.txt b/protocols/MSN/docs/gpl.txt
index 75fe0077e7..45645b4b53 100644
--- a/protocols/MSN/docs/gpl.txt
+++ b/protocols/MSN/docs/gpl.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/MSN/docs/history.txt b/protocols/MSN/docs/history.txt
index d46255eebc..b3f08ab339 100644
--- a/protocols/MSN/docs/history.txt
+++ b/protocols/MSN/docs/history.txt
@@ -1,4 +1,4 @@
-Legend:
+Legend:
[+] added
[*] changed
[-] deleted
diff --git a/protocols/MSN/docs/readme.txt b/protocols/MSN/docs/readme.txt
index 1798eefac8..8c0a035958 100644
--- a/protocols/MSN/docs/readme.txt
+++ b/protocols/MSN/docs/readme.txt
@@ -1,4 +1,4 @@
-Protocol for the Miranda IM for communicating with users of
+Protocol for the Miranda IM for communicating with users of
the MSN Messenger protocol.
Copyright (C) 2003-5 George Hazan (ghazan@postman.ru)
diff --git a/protocols/MSN/docs/todo.txt b/protocols/MSN/docs/todo.txt
index f562166ed7..627c0ae56b 100644
--- a/protocols/MSN/docs/todo.txt
+++ b/protocols/MSN/docs/todo.txt
@@ -1,4 +1,4 @@
-There're most important problems and known bugs:
+There're most important problems and known bugs:
1. File transfers:
- problems with the multihomed machines.
diff --git a/protocols/MSN/proto_msn/CMakeLists.txt b/protocols/MSN/proto_msn/CMakeLists.txt
index 08e6986ff2..7df814f1c5 100644
--- a/protocols/MSN/proto_msn/CMakeLists.txt
+++ b/protocols/MSN/proto_msn/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_MSN)
+set(TARGET Proto_MSN)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/MSN/proto_msn/src/resource.h b/protocols/MSN/proto_msn/src/resource.h
index 0b2abf1fd2..2842dcf4f3 100644
--- a/protocols/MSN/proto_msn/src/resource.h
+++ b/protocols/MSN/proto_msn/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_MSN.rc
//
diff --git a/protocols/MSN/src/des.c b/protocols/MSN/src/des.c
index 141c7b9b95..030fb983cd 100644
--- a/protocols/MSN/src/des.c
+++ b/protocols/MSN/src/des.c
@@ -1,4 +1,4 @@
-/*
+/*
* FIPS-46-3 compliant Triple-DES implementation
*
* Copyright (C) 2006-2007 Christophe Devine
diff --git a/protocols/MSN/src/des.h b/protocols/MSN/src/des.h
index cc31b85ed9..e1fc923fad 100644
--- a/protocols/MSN/src/des.h
+++ b/protocols/MSN/src/des.h
@@ -1,4 +1,4 @@
-/**
+/**
* \file des.h
*/
#ifndef _DES_H
diff --git a/protocols/MSN/src/ezxml.c b/protocols/MSN/src/ezxml.c
index f1024847c8..6f13194177 100644
--- a/protocols/MSN/src/ezxml.c
+++ b/protocols/MSN/src/ezxml.c
@@ -1,4 +1,4 @@
-/* ezxml.c
+/* ezxml.c
*
* Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
*
diff --git a/protocols/MSN/src/ezxml.h b/protocols/MSN/src/ezxml.h
index 0548c67150..37a0385541 100644
--- a/protocols/MSN/src/ezxml.h
+++ b/protocols/MSN/src/ezxml.h
@@ -1,4 +1,4 @@
-/* ezxml.h
+/* ezxml.h
*
* Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
*
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp
index e9293b49d0..5ff0f96647 100644
--- a/protocols/MSN/src/msn.cpp
+++ b/protocols/MSN/src/msn.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_auth.cpp b/protocols/MSN/src/msn_auth.cpp
index 5709379f91..7e2858ceff 100644
--- a/protocols/MSN/src/msn_auth.cpp
+++ b/protocols/MSN/src/msn_auth.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_avatar.cpp b/protocols/MSN/src/msn_avatar.cpp
index 13da4bd847..3dad24f1e0 100644
--- a/protocols/MSN/src/msn_avatar.cpp
+++ b/protocols/MSN/src/msn_avatar.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin for Miranda NG for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-17 Miranda NG Team
diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp
index 5c3d4e2a81..1b3b530669 100644
--- a/protocols/MSN/src/msn_chat.cpp
+++ b/protocols/MSN/src/msn_chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_commands.cpp b/protocols/MSN/src/msn_commands.cpp
index 0575e2d1dd..82b77b6f03 100644
--- a/protocols/MSN/src/msn_commands.cpp
+++ b/protocols/MSN/src/msn_commands.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_contact.cpp b/protocols/MSN/src/msn_contact.cpp
index 5d568ff17b..94c2fa498b 100644
--- a/protocols/MSN/src/msn_contact.cpp
+++ b/protocols/MSN/src/msn_contact.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_errors.cpp b/protocols/MSN/src/msn_errors.cpp
index 2158bf5242..68de79ad4f 100644
--- a/protocols/MSN/src/msn_errors.cpp
+++ b/protocols/MSN/src/msn_errors.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_http.cpp b/protocols/MSN/src/msn_http.cpp
index 2a4eb48fad..d97d6497da 100644
--- a/protocols/MSN/src/msn_http.cpp
+++ b/protocols/MSN/src/msn_http.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ieembed.cpp b/protocols/MSN/src/msn_ieembed.cpp
index df311d392a..dcbb150409 100644
--- a/protocols/MSN/src/msn_ieembed.cpp
+++ b/protocols/MSN/src/msn_ieembed.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ieembed.h b/protocols/MSN/src/msn_ieembed.h
index 57a28b0015..cef9799f63 100644
--- a/protocols/MSN/src/msn_ieembed.h
+++ b/protocols/MSN/src/msn_ieembed.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_libstr.cpp b/protocols/MSN/src/msn_libstr.cpp
index 9ecd5a1cfa..b5303150ba 100644
--- a/protocols/MSN/src/msn_libstr.cpp
+++ b/protocols/MSN/src/msn_libstr.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp
index 755cdced05..e6bf5641b8 100644
--- a/protocols/MSN/src/msn_links.cpp
+++ b/protocols/MSN/src/msn_links.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp
index f969a0f1a8..78a7a59e42 100644
--- a/protocols/MSN/src/msn_lists.cpp
+++ b/protocols/MSN/src/msn_lists.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_mail.cpp b/protocols/MSN/src/msn_mail.cpp
index e4fed4dabf..a2924d90c8 100644
--- a/protocols/MSN/src/msn_mail.cpp
+++ b/protocols/MSN/src/msn_mail.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_menu.cpp b/protocols/MSN/src/msn_menu.cpp
index d6ef990c68..a8729e5437 100644
--- a/protocols/MSN/src/msn_menu.cpp
+++ b/protocols/MSN/src/msn_menu.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_mime.cpp b/protocols/MSN/src/msn_mime.cpp
index 40168ed884..d8da556bec 100644
--- a/protocols/MSN/src/msn_mime.cpp
+++ b/protocols/MSN/src/msn_mime.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_misc.cpp b/protocols/MSN/src/msn_misc.cpp
index 141075fcbe..5bf2bb2aa3 100644
--- a/protocols/MSN/src/msn_misc.cpp
+++ b/protocols/MSN/src/msn_misc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_msgsplit.cpp b/protocols/MSN/src/msn_msgsplit.cpp
index f3e988f990..2e61ffbd11 100644
--- a/protocols/MSN/src/msn_msgsplit.cpp
+++ b/protocols/MSN/src/msn_msgsplit.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_opts.cpp b/protocols/MSN/src/msn_opts.cpp
index 8d5e180441..d14771eaca 100644
--- a/protocols/MSN/src/msn_opts.cpp
+++ b/protocols/MSN/src/msn_opts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_proto.cpp b/protocols/MSN/src/msn_proto.cpp
index 07fe4bdf44..b5cff2b7f4 100644
--- a/protocols/MSN/src/msn_proto.cpp
+++ b/protocols/MSN/src/msn_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h
index 2329758d0a..d0576b7908 100644
--- a/protocols/MSN/src/msn_proto.h
+++ b/protocols/MSN/src/msn_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_skypeab.cpp b/protocols/MSN/src/msn_skypeab.cpp
index 1a7f927f75..35f6b0e829 100644
--- a/protocols/MSN/src/msn_skypeab.cpp
+++ b/protocols/MSN/src/msn_skypeab.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_soapab.cpp b/protocols/MSN/src/msn_soapab.cpp
index 006eef02db..2f82ab7a1c 100644
--- a/protocols/MSN/src/msn_soapab.cpp
+++ b/protocols/MSN/src/msn_soapab.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_soapstore.cpp b/protocols/MSN/src/msn_soapstore.cpp
index c0c62748bf..813d47820b 100644
--- a/protocols/MSN/src/msn_soapstore.cpp
+++ b/protocols/MSN/src/msn_soapstore.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_srv.cpp b/protocols/MSN/src/msn_srv.cpp
index 55a00150f4..35401b533a 100644
--- a/protocols/MSN/src/msn_srv.cpp
+++ b/protocols/MSN/src/msn_srv.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ssl.cpp b/protocols/MSN/src/msn_ssl.cpp
index 2aade5bc23..d1c72c8a46 100644
--- a/protocols/MSN/src/msn_ssl.cpp
+++ b/protocols/MSN/src/msn_ssl.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_std.cpp b/protocols/MSN/src/msn_std.cpp
index 1140681d36..c7e417319f 100644
--- a/protocols/MSN/src/msn_std.cpp
+++ b/protocols/MSN/src/msn_std.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_svcs.cpp b/protocols/MSN/src/msn_svcs.cpp
index a4bfe038d1..3a27b3c2a9 100644
--- a/protocols/MSN/src/msn_svcs.cpp
+++ b/protocols/MSN/src/msn_svcs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_switchboard.cpp b/protocols/MSN/src/msn_switchboard.cpp
index 3035d42cd2..fec422f88f 100644
--- a/protocols/MSN/src/msn_switchboard.cpp
+++ b/protocols/MSN/src/msn_switchboard.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_threads.cpp b/protocols/MSN/src/msn_threads.cpp
index 22573c0b14..213e03b1a4 100644
--- a/protocols/MSN/src/msn_threads.cpp
+++ b/protocols/MSN/src/msn_threads.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ws.cpp b/protocols/MSN/src/msn_ws.cpp
index 8fd071c05a..87920c1723 100644
--- a/protocols/MSN/src/msn_ws.cpp
+++ b/protocols/MSN/src/msn_ws.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/resource.h b/protocols/MSN/src/resource.h
index 35c073806b..938a0124b7 100644
--- a/protocols/MSN/src/resource.h
+++ b/protocols/MSN/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\msn.rc
//
diff --git a/protocols/MSN/src/skylogin/common.c b/protocols/MSN/src/skylogin/common.c
index a1ebc90dee..4aa14956e8 100644
--- a/protocols/MSN/src/skylogin/common.c
+++ b/protocols/MSN/src/skylogin/common.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/common.h b/protocols/MSN/src/skylogin/common.h
index 66e6727fb2..5396000603 100644
--- a/protocols/MSN/src/skylogin/common.h
+++ b/protocols/MSN/src/skylogin/common.h
@@ -1,4 +1,4 @@
-#ifndef __COMMON_H__
+#ifndef __COMMON_H__
#define __COMMON_H__
#ifdef _WIN32
diff --git a/protocols/MSN/src/skylogin/crc.c b/protocols/MSN/src/skylogin/crc.c
index f596a43996..48cf20762c 100644
--- a/protocols/MSN/src/skylogin/crc.c
+++ b/protocols/MSN/src/skylogin/crc.c
@@ -1,4 +1,4 @@
-#include "crc.h"
+#include "crc.h"
/* ============================================================= */
/* COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or */
diff --git a/protocols/MSN/src/skylogin/crc.h b/protocols/MSN/src/skylogin/crc.h
index d6c0c395e2..d2964e841b 100644
--- a/protocols/MSN/src/skylogin/crc.h
+++ b/protocols/MSN/src/skylogin/crc.h
@@ -1,4 +1,4 @@
-#ifndef CRC_H
+#ifndef CRC_H
#define CRC_H
/* This computes a 32 bit CRC of the data in the buffer, and returns the
CRC. The polynomial used is 0xedb88320. */
diff --git a/protocols/MSN/src/skylogin/credentials.c b/protocols/MSN/src/skylogin/credentials.c
index 30c91b20bb..df80f2cafb 100644
--- a/protocols/MSN/src/skylogin/credentials.c
+++ b/protocols/MSN/src/skylogin/credentials.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/credentials.h b/protocols/MSN/src/skylogin/credentials.h
index 7270d2ba0a..b6c323089d 100644
--- a/protocols/MSN/src/skylogin/credentials.h
+++ b/protocols/MSN/src/skylogin/credentials.h
@@ -1,3 +1,3 @@
-Memory_U Credentials_Write(Skype_Inst *pInst);
+Memory_U Credentials_Write(Skype_Inst *pInst);
int Credentials_Read(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
int Credentials_Parse(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
diff --git a/protocols/MSN/src/skylogin/login.c b/protocols/MSN/src/skylogin/login.c
index 8acd3d9ae5..406ebe279e 100644
--- a/protocols/MSN/src/skylogin/login.c
+++ b/protocols/MSN/src/skylogin/login.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/login.h b/protocols/MSN/src/skylogin/login.h
index 8c0e74f0a6..6d5113466d 100644
--- a/protocols/MSN/src/skylogin/login.h
+++ b/protocols/MSN/src/skylogin/login.h
@@ -1,2 +1,2 @@
-int PerformLogin(Skype_Inst *pInst, const char *User, const char *Pass);
+int PerformLogin(Skype_Inst *pInst, const char *User, const char *Pass);
void InitInstance(Skype_Inst *pInst);
diff --git a/protocols/MSN/src/skylogin/objects.c b/protocols/MSN/src/skylogin/objects.c
index 2ef29d7a16..f5941128f0 100644
--- a/protocols/MSN/src/skylogin/objects.c
+++ b/protocols/MSN/src/skylogin/objects.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/objects.h b/protocols/MSN/src/skylogin/objects.h
index 6257ef4492..1c11ef9a8e 100644
--- a/protocols/MSN/src/skylogin/objects.h
+++ b/protocols/MSN/src/skylogin/objects.h
@@ -1,4 +1,4 @@
-#include "common.h"
+#include "common.h"
typedef struct
{
diff --git a/protocols/MSN/src/skylogin/platform.h b/protocols/MSN/src/skylogin/platform.h
index 0d5f7fc3a5..c5cf2d4438 100644
--- a/protocols/MSN/src/skylogin/platform.h
+++ b/protocols/MSN/src/skylogin/platform.h
@@ -1,4 +1,4 @@
-int64_t PlatFormSpecific();
+int64_t PlatFormSpecific();
void InitNodeId(Skype_Inst *pInst);
void FillMiscDatas(Skype_Inst *pInst, unsigned int *Datas);
void FillRndBuffer(unsigned char *Buffer);
diff --git a/protocols/MSN/src/skylogin/platform_w32.c b/protocols/MSN/src/skylogin/platform_w32.c
index 5aba6e6e5f..bbddc270ef 100644
--- a/protocols/MSN/src/skylogin/platform_w32.c
+++ b/protocols/MSN/src/skylogin/platform_w32.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/random.c b/protocols/MSN/src/skylogin/random.c
index d3f7b0d4ab..b13e6b79f3 100644
--- a/protocols/MSN/src/skylogin/random.c
+++ b/protocols/MSN/src/skylogin/random.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/random.h b/protocols/MSN/src/skylogin/random.h
index 7580ab5b5c..adea8f9cf1 100644
--- a/protocols/MSN/src/skylogin/random.h
+++ b/protocols/MSN/src/skylogin/random.h
@@ -1,4 +1,4 @@
-unsigned int BytesSHA1(uchar *Data, uint Length);
+unsigned int BytesSHA1(uchar *Data, uint Length);
void GenSessionKey(uchar *Buffer, uint Size);
void SpecialSHA(uchar *SessionKey, uint SkSz, uchar *SHAResult, uint ResSz);
uchar *FinalizeLoginDatas(Skype_Inst *pInst, uchar *Buffer, uint *Size, uchar *Suite, int SuiteSz);
diff --git a/protocols/MSN/src/skylogin/rc4comm.c b/protocols/MSN/src/skylogin/rc4comm.c
index 183e89d9b9..d63676878f 100644
--- a/protocols/MSN/src/skylogin/rc4comm.c
+++ b/protocols/MSN/src/skylogin/rc4comm.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/rc4comm.h b/protocols/MSN/src/skylogin/rc4comm.h
index 8c6b7c2d9b..c9c24bb7b1 100644
--- a/protocols/MSN/src/skylogin/rc4comm.h
+++ b/protocols/MSN/src/skylogin/rc4comm.h
@@ -1,3 +1,3 @@
-int RC4Comm_Init(LSConnection *pConn);
+int RC4Comm_Init(LSConnection *pConn);
int RC4Comm_Send (LSConnection *pConn, const char * buf, int len);
int RC4Comm_Recv (LSConnection *pConn, char * buf, int len);
diff --git a/protocols/MSN/src/skylogin/skylogin.c b/protocols/MSN/src/skylogin/skylogin.c
index 7eff38a1a8..e0bab68c17 100644
--- a/protocols/MSN/src/skylogin/skylogin.c
+++ b/protocols/MSN/src/skylogin/skylogin.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/skylogin.h b/protocols/MSN/src/skylogin/skylogin.h
index 350f01dac1..89e8e83b70 100644
--- a/protocols/MSN/src/skylogin/skylogin.h
+++ b/protocols/MSN/src/skylogin/skylogin.h
@@ -1,4 +1,4 @@
-typedef void* SkyLogin;
+typedef void* SkyLogin;
/* Size of the buffer you should supply as pszOutUIC on SkyLogin_CreateUICString */
#define UICSTR_SIZE 1024
diff --git a/protocols/MSN/src/skylogin/uic.c b/protocols/MSN/src/skylogin/uic.c
index d9bbed2f18..6b32b70796 100644
--- a/protocols/MSN/src/skylogin/uic.c
+++ b/protocols/MSN/src/skylogin/uic.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/uic.h b/protocols/MSN/src/skylogin/uic.h
index eb05ea1e85..ad870035a8 100644
--- a/protocols/MSN/src/skylogin/uic.h
+++ b/protocols/MSN/src/skylogin/uic.h
@@ -1,3 +1,3 @@
-Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
+Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
int CreateUICString(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt, char *pszOutUIC);
int GetCredentialsUIC(Skype_Inst *pInst, char *pszOutUIC);
diff --git a/protocols/MSN/src/stdafx.cxx b/protocols/MSN/src/stdafx.cxx
index f0e72e2cd0..2cfe57c9c5 100644
--- a/protocols/MSN/src/stdafx.cxx
+++ b/protocols/MSN/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h
index 3c3cc5adcd..37d0bae992 100644
--- a/protocols/MSN/src/stdafx.h
+++ b/protocols/MSN/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h
index 9ed9844da2..0836b0d939 100644
--- a/protocols/MSN/src/version.h
+++ b/protocols/MSN/src/version.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team