summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/Services
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CloudFile/src/Services')
-rw-r--r--plugins/CloudFile/src/Services/dropbox_api.h2
-rw-r--r--plugins/CloudFile/src/Services/dropbox_service.cpp2
-rw-r--r--plugins/CloudFile/src/Services/dropbox_service.h2
-rw-r--r--plugins/CloudFile/src/Services/google_api.h2
-rw-r--r--plugins/CloudFile/src/Services/google_service.cpp2
-rw-r--r--plugins/CloudFile/src/Services/google_service.h2
-rw-r--r--plugins/CloudFile/src/Services/microsoft_api.h2
-rw-r--r--plugins/CloudFile/src/Services/microsoft_service.cpp2
-rw-r--r--plugins/CloudFile/src/Services/microsoft_service.h2
-rw-r--r--plugins/CloudFile/src/Services/yandex_api.h2
-rw-r--r--plugins/CloudFile/src/Services/yandex_service.cpp2
-rw-r--r--plugins/CloudFile/src/Services/yandex_service.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/CloudFile/src/Services/dropbox_api.h b/plugins/CloudFile/src/Services/dropbox_api.h
index 46b2cadc84..fefb6ef70d 100644
--- a/plugins/CloudFile/src/Services/dropbox_api.h
+++ b/plugins/CloudFile/src/Services/dropbox_api.h
@@ -1,4 +1,4 @@
-#ifndef _DROPBOXSERVICE_API_H_
+#ifndef _DROPBOXSERVICE_API_H_
#define _DROPBOXSERVICE_API_H_
namespace DropboxAPI
diff --git a/plugins/CloudFile/src/Services/dropbox_service.cpp b/plugins/CloudFile/src/Services/dropbox_service.cpp
index 53306f8f5c..f1157a52b2 100644
--- a/plugins/CloudFile/src/Services/dropbox_service.cpp
+++ b/plugins/CloudFile/src/Services/dropbox_service.cpp
@@ -1,4 +1,4 @@
-#include "..\stdafx.h"
+#include "..\stdafx.h"
#include "dropbox_api.h"
CDropboxService::CDropboxService(HNETLIBUSER hConnection)
diff --git a/plugins/CloudFile/src/Services/dropbox_service.h b/plugins/CloudFile/src/Services/dropbox_service.h
index 8c3fad3fe3..90dc11d259 100644
--- a/plugins/CloudFile/src/Services/dropbox_service.h
+++ b/plugins/CloudFile/src/Services/dropbox_service.h
@@ -1,4 +1,4 @@
-#ifndef _CLOUDSERVICE_DROPBOX_H_
+#ifndef _CLOUDSERVICE_DROPBOX_H_
#define _CLOUDSERVICE_DROPBOX_H_
class CDropboxService : public CCloudService
diff --git a/plugins/CloudFile/src/Services/google_api.h b/plugins/CloudFile/src/Services/google_api.h
index ec6af72439..476a97a0e2 100644
--- a/plugins/CloudFile/src/Services/google_api.h
+++ b/plugins/CloudFile/src/Services/google_api.h
@@ -1,4 +1,4 @@
-#ifndef _GDRIVESERVICE_API_H_
+#ifndef _GDRIVESERVICE_API_H_
#define _GDRIVESERVICE_API_H_
namespace GDriveAPI
diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp
index d8ff6a2769..5c5b7703d4 100644
--- a/plugins/CloudFile/src/Services/google_service.cpp
+++ b/plugins/CloudFile/src/Services/google_service.cpp
@@ -1,4 +1,4 @@
-#include "..\stdafx.h"
+#include "..\stdafx.h"
#include "google_api.h"
CGDriveService::CGDriveService(HNETLIBUSER hConnection)
diff --git a/plugins/CloudFile/src/Services/google_service.h b/plugins/CloudFile/src/Services/google_service.h
index 7b276d2051..878fa8f442 100644
--- a/plugins/CloudFile/src/Services/google_service.h
+++ b/plugins/CloudFile/src/Services/google_service.h
@@ -1,4 +1,4 @@
-#ifndef _CLOUDFILE_GDRIVE_H_
+#ifndef _CLOUDFILE_GDRIVE_H_
#define _CLOUDFILE_GDRIVE_H_
class CGDriveService : public CCloudService
diff --git a/plugins/CloudFile/src/Services/microsoft_api.h b/plugins/CloudFile/src/Services/microsoft_api.h
index 634ee88857..2545708a45 100644
--- a/plugins/CloudFile/src/Services/microsoft_api.h
+++ b/plugins/CloudFile/src/Services/microsoft_api.h
@@ -1,4 +1,4 @@
-#ifndef _ONEDRIVESERVICE_API_H_
+#ifndef _ONEDRIVESERVICE_API_H_
#define _ONEDRIVESERVICE_API_H_
namespace OneDriveAPI
diff --git a/plugins/CloudFile/src/Services/microsoft_service.cpp b/plugins/CloudFile/src/Services/microsoft_service.cpp
index 70694e414d..38519e6d55 100644
--- a/plugins/CloudFile/src/Services/microsoft_service.cpp
+++ b/plugins/CloudFile/src/Services/microsoft_service.cpp
@@ -1,4 +1,4 @@
-#include "..\stdafx.h"
+#include "..\stdafx.h"
#include "microsoft_api.h"
COneDriveService::COneDriveService(HNETLIBUSER hConnection)
diff --git a/plugins/CloudFile/src/Services/microsoft_service.h b/plugins/CloudFile/src/Services/microsoft_service.h
index 905e92e190..cdd9d53976 100644
--- a/plugins/CloudFile/src/Services/microsoft_service.h
+++ b/plugins/CloudFile/src/Services/microsoft_service.h
@@ -1,4 +1,4 @@
-#ifndef _CLOUDFILE_ONEDRIVE_H_
+#ifndef _CLOUDFILE_ONEDRIVE_H_
#define _CLOUDFILE_ONEDRIVE_H_
class COneDriveService : public CCloudService
diff --git a/plugins/CloudFile/src/Services/yandex_api.h b/plugins/CloudFile/src/Services/yandex_api.h
index c3c9661205..56d77feb8c 100644
--- a/plugins/CloudFile/src/Services/yandex_api.h
+++ b/plugins/CloudFile/src/Services/yandex_api.h
@@ -1,4 +1,4 @@
-#ifndef _YANDEXSERVICE_API_H_
+#ifndef _YANDEXSERVICE_API_H_
#define _YANDEXSERVICE_API_H_
namespace YandexAPI
diff --git a/plugins/CloudFile/src/Services/yandex_service.cpp b/plugins/CloudFile/src/Services/yandex_service.cpp
index 11ece23b2f..1e4d5749cb 100644
--- a/plugins/CloudFile/src/Services/yandex_service.cpp
+++ b/plugins/CloudFile/src/Services/yandex_service.cpp
@@ -1,4 +1,4 @@
-#include "..\stdafx.h"
+#include "..\stdafx.h"
#include "yandex_api.h"
CYandexService::CYandexService(HNETLIBUSER hConnection)
diff --git a/plugins/CloudFile/src/Services/yandex_service.h b/plugins/CloudFile/src/Services/yandex_service.h
index d901821dd3..85c0ad12de 100644
--- a/plugins/CloudFile/src/Services/yandex_service.h
+++ b/plugins/CloudFile/src/Services/yandex_service.h
@@ -1,4 +1,4 @@
-#ifndef _CLOUDFILE_YANDEX_H_
+#ifndef _CLOUDFILE_YANDEX_H_
#define _CLOUDFILE_YANDEX_H_
class CYandexService : public CCloudService