mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Fix whitespace in and around WiimoteScannerDarwin::~WiimoteScannerDarwin() (linter).
This commit is contained in:
parent
8354e89cf1
commit
f5839f854a
1 changed files with 3 additions and 3 deletions
|
@ -21,11 +21,11 @@
|
|||
|
||||
namespace WiimoteReal
|
||||
{
|
||||
WiimoteScannerDarwin::~WiimoteScannerDarwin()
|
||||
WiimoteScannerDarwin::~WiimoteScannerDarwin()
|
||||
{
|
||||
stopScanning = true;
|
||||
stopScanning = true;
|
||||
}
|
||||
|
||||
|
||||
void WiimoteScannerDarwin::FindWiimotes(std::vector<Wiimote*>& found_wiimotes,
|
||||
Wiimote*& found_board)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue