From dead4aa01446da2bf711e64a4e681be460fa1202 Mon Sep 17 00:00:00 2001
From: Eugene Sandulenko
Date: Sun, 9 Oct 2016 14:59:58 +0200
Subject: JANITORIAL: Remove trailing spaces

---
 engines/scumm/he/logic/moonbase_logic.cpp | 4 ++--
 engines/scumm/he/moonbase/net_main.h      | 2 +-
 engines/scumm/he/script_v72he.cpp         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'engines/scumm/he')

diff --git a/engines/scumm/he/logic/moonbase_logic.cpp b/engines/scumm/he/logic/moonbase_logic.cpp
index c504ad4fe8..8e4b5c9cc7 100644
--- a/engines/scumm/he/logic/moonbase_logic.cpp
+++ b/engines/scumm/he/logic/moonbase_logic.cpp
@@ -446,7 +446,7 @@ int LogicHEmoonbase::op_net_get_session_player_count(int op, int numArgs, int32
 	return _vm1->_moonbase->_net->getSessionPlayerCount(args[0] - 1);
 }
 
-int LogicHEmoonbase::op_net_destroy_player(int op, int numArgs, int32 *args) {	
+int LogicHEmoonbase::op_net_destroy_player(int op, int numArgs, int32 *args) {
 	return _vm1->_moonbase->_net->destroyPlayer(args[0]);
 }
 
@@ -506,7 +506,7 @@ int LogicHEmoonbase::op_net_who_am_i(int op, int numArgs, int32 *args) {
 }
 
 int LogicHEmoonbase::op_net_set_provider_by_name(int op, int numArgs, int32 *args) {
-	// Parameter 1 is the provider name and 
+	// Parameter 1 is the provider name and
 	// Parameter 2 is the (optional) tcp/ip address
 	return _vm1->_moonbase->_net->setProviderByName(args[0], args[1]);
 }
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h
index 8350904fcd..dd8cce5937 100644
--- a/engines/scumm/he/moonbase/net_main.h
+++ b/engines/scumm/he/moonbase/net_main.h
@@ -72,7 +72,7 @@ public:
 	void getSessionName(int sessionNumber, char *buffer, int length);
 	int getSessionPlayerCount(int sessionNumber);
 	void getProviderName(int providerIndex, char *buffer, int length);
-	
+
 private:
 	//mostly getters
 
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index a922af1671..b2af816afe 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1506,7 +1506,7 @@ void ScummEngine_v72he::getStringFromArray(int arrayNumber, char *buffer, int ma
 	// this is ARRAY_GetStringFromArray() from ARRAYS.cpp of SPUTM
 
 	// this function makes a C-string out of <arrayNumber> contents
-	
+
 	VAR(0) = arrayNumber; // it was 0 in original code, but I've seen ScummVM Moonbase code which uses VAR_U32_ARRAY_UNK
 
 	int i, ch;
-- 
cgit v1.2.3