diff options
author | Nipun Garg | 2019-08-21 22:23:56 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:17:34 +0200 |
commit | af8df1bd56324ef5d90d33b9574c494c30b3c1cc (patch) | |
tree | 0059b1ba4f18995f173e8d353dcc567a83921ced /engines/hdb | |
parent | 429bb7af4d4f333cf7304fa27b8bec05c8cfaa04 (diff) | |
download | scummvm-rg350-af8df1bd56324ef5d90d33b9574c494c30b3c1cc.tar.gz scummvm-rg350-af8df1bd56324ef5d90d33b9574c494c30b3c1cc.tar.bz2 scummvm-rg350-af8df1bd56324ef5d90d33b9574c494c30b3c1cc.zip |
JANITORIAL: Remove unnecessary whitespace
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index e5c3e5f484..6578faa83e 100644 --- a/engines/hdb/sound.h +++ b/engines/hdb/sound.h @@ -44,8 +44,8 @@ #define SFNAME_DARKVIB "vibracious_(Dark_Delivery_Mix).mp3" #define SFNAME_EXPER "experimentatus_(extended).mp3" -#define FIRST_VOICE V00_AIRLOCK_01 -#define NUM_VOICES ( LAST_SOUND - FIRST_VOICE ) +#define FIRST_VOICE V00_AIRLOCK_01 +#define NUM_VOICES ( LAST_SOUND - FIRST_VOICE ) #include "audio/audiostream.h" #include "audio/mixer.h" |