From 407de0a8d0898b28a587962e997df816cb17b6a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Jun 2017 20:30:47 +0300 Subject: Fix code style. --- src/soundmanager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soundmanager.cpp') diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp index 1e8561ca7..21cf9a528 100644 --- a/src/soundmanager.cpp +++ b/src/soundmanager.cpp @@ -516,8 +516,7 @@ void SoundManager::playGuiSfx(const std::string &path) if (sample != nullptr) { logger->log("SoundManager::playGuiSfx() Playing: %s", path.c_str()); - const int ret = static_cast( - sample->play(0, 120, mGuiChannel)); + const int ret = static_cast(sample->play(0, 120, mGuiChannel)); if (ret != -1) mGuiChannel = ret; if (!mCacheSounds) -- cgit v1.2.3-60-g2f50