diff options
| author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 | 
| commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
| tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /simon/intern.h | |
| parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
| download | scummvm-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.h | 6 | 
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  }; | 
