diff options
author | Adrian Frühwirth | 2018-05-22 16:03:56 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-05-24 15:30:55 +0200 |
commit | cee4d6b8531453c9db921bb987be88995ce86586 (patch) | |
tree | 144d1ae98d26235227393c6f0e1c332f32b21a40 /audio/softsynth | |
parent | bc949250de1fda6b47b99facbdf0c349835b1f53 (diff) | |
download | scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.tar.gz scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.tar.bz2 scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.zip |
JANITORIAL: Fix trailing whitespace
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/opl/nuked.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.h b/audio/softsynth/opl/nuked.h index 3326add7bf..6cddbe8686 100644 --- a/audio/softsynth/opl/nuked.h +++ b/audio/softsynth/opl/nuked.h @@ -173,7 +173,7 @@ public: byte read(int a); void writeReg(int r, int v); - + bool isStereo() const { return true; } protected: |