Fix indentation [ using the web editor D: ]
This commit is contained in:
parent
4ff9e03509
commit
d7e65f03e4
|
@ -520,7 +520,7 @@ bool IsValidBluetoothName(const char* name) {
|
|||
"Nintendo RVL-CNT-01-TR",
|
||||
"Nintendo RVL-WBC-01",
|
||||
};
|
||||
if (name == NULL)
|
||||
if (name == NULL)
|
||||
return false;
|
||||
for (size_t i = 0; i < ARRAYSIZE(kValidWiiRemoteBluetoothNames); i++)
|
||||
if (strcmp(name, kValidWiiRemoteBluetoothNames[i]) == 0)
|
||||
|
|
Loading…
Reference in New Issue