aboutsummaryrefslogtreecommitdiff
path: root/sword2/protocol.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /sword2/protocol.cpp
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'sword2/protocol.cpp')
-rw-r--r--sword2/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/protocol.cpp b/sword2/protocol.cpp
index 4941fa87d5..aba97478af 100644
--- a/sword2/protocol.cpp
+++ b/sword2/protocol.cpp
@@ -42,7 +42,7 @@ byte *Sword2Engine::fetchPalette(byte *screenFile) {
palette[1] = 0;
palette[2] = 0;
palette[3] = 0;
-
+
return palette;
}