From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- gob/dataio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gob/dataio.cpp') diff --git a/gob/dataio.cpp b/gob/dataio.cpp index a3ffabbf6c..77b6423636 100644 --- a/gob/dataio.cpp +++ b/gob/dataio.cpp @@ -44,7 +44,7 @@ int16 file_open(const char *path, Common::File::AccessMode mode) { if (filesHandles[i].isOpen()) return i; - + return -1; } @@ -208,7 +208,7 @@ void data_openDataFile(const char *src) { debug(7, "DataChunks: %d [for %s]", numDataChunks[file], path); - dataFiles[file] = dataDesc = + dataFiles[file] = dataDesc = (struct ChunkDesc *)malloc(sizeof(struct ChunkDesc) * numDataChunks[file]); -- cgit v1.2.3