Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indentation [ using the web editor D: ]
  • Loading branch information
Parlane committed Nov 19, 2012
1 parent 4ff9e03 commit d7e65f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit d7e65f0

Please sign in to comment.