Removed some extraneous whitespace.
authorDavid Elliott <dfe@tgwbd.org>
Mon, 18 Oct 2004 21:41:34 +0000 (21:41 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 18 Oct 2004 21:41:34 +0000 (21:41 +0000)
commit4fca6ee1a6af3953687a9508f134aef0b7243cb3
tree0102f384a264d2966976762ecab452fb22c36ff0
parentc5b3143a47afa4dfab849e465cbd46e8a331a41b
Removed some extraneous whitespace.
Changed YES/NO to true/false; do not confuse BOOL (Objective-C) with bool (C++).
Changed some of the indentation to match that the rest of wxCocoa.

There was an if (isLastSoundInScope = NO) which I think was wrong not only
because it used NO rather than false but also because it's an assignment
rather than a test.  Changed it to if (!isLastSoundInScope).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/sound.h
src/cocoa/sound.mm