Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
CrunchBite committed Apr 15, 2021
1 parent 55f6add commit 8e9efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/EXI/BBA/XLINK_KAI_BBA.cpp
Expand Up @@ -58,7 +58,7 @@ bool CEXIETHERNET::XLinkNetworkInterface::Activate()

void CEXIETHERNET::XLinkNetworkInterface::Deactivate()
{
//Is the BBA Active? If not skip shutdown
// Is the BBA Active? If not skip shutdown
if (!this->IsActivated())
{
return;
Expand Down

0 comments on commit 8e9efa9

Please sign in to comment.