Strip trailing whitespaces in the whole code base.
svn-id: r40867
This commit is contained in:
parent
7c1eb05714
commit
b3c6751b9b
163 changed files with 734 additions and 734 deletions
|
@ -1394,7 +1394,7 @@ int16 Op_SongSize(void) {
|
|||
*pSize = size;
|
||||
} else
|
||||
oldSize = 0;
|
||||
|
||||
|
||||
return oldSize;
|
||||
}
|
||||
|
||||
|
@ -1412,7 +1412,7 @@ int16 Op_SetPattern(void) {
|
|||
|
||||
int16 Op_FadeSong(void) {
|
||||
_vm->music().fadeSong();
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -1646,7 +1646,7 @@ int16 Op_SetVolume(void) {
|
|||
int volume = 63 - newVolume;
|
||||
_vm->music().setVolume(volume << 2);
|
||||
}
|
||||
|
||||
|
||||
return oldVolume >> 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue