Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar1jn committed Jul 20, 2023
1 parent 7ff8fd4 commit 9823282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/IOS/USB/Emulated/Skylander.cpp
Expand Up @@ -681,7 +681,7 @@ int SkylanderUSB::SubmitTransfer(std::unique_ptr<CtrlMessage> cmd)

// The 3rd, 4th and 5th bytes are red, green and blue

// The 6th and 7th bytes form a little-endian short for how long the fade duration should be
// The 6th and 7th bytes form a little-endian short for how long the fade duration should be
// in milliseconds.
// For example, 500 milliseconds becomes 0xF4, 0x01
if (cmd->length == 7)
Expand Down

0 comments on commit 9823282

Please sign in to comment.