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/AuthState/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/AuthState/src')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/options.h | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/version.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index db2de1db13..ca256bf678 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/AuthState/src/options.cpp b/plugins/AuthState/src/options.cpp index be4a169827..5dc4845a08 100644 --- a/plugins/AuthState/src/options.cpp +++ b/plugins/AuthState/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/AuthState/src/options.h b/plugins/AuthState/src/options.h index b0e77cd221..adcbea6e7d 100644 --- a/plugins/AuthState/src/options.h +++ b/plugins/AuthState/src/options.h @@ -1,4 +1,4 @@ -struct Opts
+struct Opts
{
CMOption<BYTE> bUseAuthIcon;
CMOption<BYTE> bUseGrantIcon;
diff --git a/plugins/AuthState/src/resource.h b/plugins/AuthState/src/resource.h index 9e3a220c78..153fea3138 100644 --- a/plugins/AuthState/src/resource.h +++ b/plugins/AuthState/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by authstate.rc
//
diff --git a/plugins/AuthState/src/stdafx.cxx b/plugins/AuthState/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/AuthState/src/stdafx.cxx +++ b/plugins/AuthState/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/AuthState/src/stdafx.h b/plugins/AuthState/src/stdafx.h index 19bb1c6d8e..b935bf03b6 100644 --- a/plugins/AuthState/src/stdafx.h +++ b/plugins/AuthState/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda NG (www.miranda-ng.org)
(c) 2006-2010 by Thief
diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h index 2c5e7c555e..0188e5718b 100644 --- a/plugins/AuthState/src/version.h +++ b/plugins/AuthState/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
#define __BUILD_NUM 1
|