Skip to content

Commit dcf3884

Browse files
committed
Recover formatting of return statement.
1 parent 15374e8 commit dcf3884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ AnimatedSoundMgrClass::Initialize (const char *ini_filename)
248248
// Don't re-initialize...
249249
//
250250
if (AnimSoundLists.Count () > 0) {
251-
return;
251+
return ;
252252
}
253253

254254
const char *DEFAULT_INI_FILENAME = "w3danimsound.ini";

0 commit comments

Comments
 (0)