mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix indentation [ using the web editor D: ]
This commit is contained in:
@ -520,7 +520,7 @@ bool IsValidBluetoothName(const char* name) {
|
|||||||
"Nintendo RVL-CNT-01-TR",
|
"Nintendo RVL-CNT-01-TR",
|
||||||
"Nintendo RVL-WBC-01",
|
"Nintendo RVL-WBC-01",
|
||||||
};
|
};
|
||||||
if (name == NULL)
|
if (name == NULL)
|
||||||
return false;
|
return false;
|
||||||
for (size_t i = 0; i < ARRAYSIZE(kValidWiiRemoteBluetoothNames); i++)
|
for (size_t i = 0; i < ARRAYSIZE(kValidWiiRemoteBluetoothNames); i++)
|
||||||
if (strcmp(name, kValidWiiRemoteBluetoothNames[i]) == 0)
|
if (strcmp(name, kValidWiiRemoteBluetoothNames[i]) == 0)
|
||||||
|
Reference in New Issue
Block a user