aboutsummaryrefslogtreecommitdiff
path: root/simon/intern.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /simon/intern.h
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 'simon/intern.h')
-rw-r--r--simon/intern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/intern.h b/simon/intern.h
index 3b871892b4..a9fcbadff8 100644
--- a/simon/intern.h
+++ b/simon/intern.h
@@ -60,7 +60,7 @@ struct Item {
uint16 unk4;
uint16 xxx_1; /* unused? */
Child *children;
-
+
Item() { memset(this, 0, sizeof(*this)); }
};
@@ -95,7 +95,7 @@ struct FillOrCopyStruct {
FillOrCopyData *fcs_data;
FillOrCopyStruct() { memset(this, 0, sizeof(*this)); }
};
-// note on text offset:
+// note on text offset:
// the actual x-coordinate is: textColumn * 8 + textColumnOffset
// the actual y-coordinate is: textRow * 8
@@ -142,7 +142,7 @@ struct GameSpecificSettings {
const char mp3_effects_filename[12];
const char vorbis_effects_filename[12];
const char flac_effects_filename[12];
- const char gamepc_filename[12];
+ const char gamepc_filename[12];
#endif
};