Skip to content

Commit

Permalink
clang-format update of USB Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Mar 10, 2023
1 parent abef906 commit 50119d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/USBControlTransfers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@ void USBControlTransferParser::ParseDataPacket( USBPacket& packet )
bool detected_complete_descriptor = ParseStringDescriptor();
if( detected_complete_descriptor && mPacketDataBytes > mPacketOffset )
{
// we finished parsing the complete string descriptor, according to bLength, however there are still bytes left in the
// packet.
// we finished parsing the complete string descriptor, according to bLength, however there are still bytes left in
// the packet.
std::cerr << "String descriptor length shorter than packet length. Packet length: " << mPacketDataBytes
<< " processed bytes: " << mPacketOffset << " reported descriptor length: " << mDescBytes << "\n";
break;
Expand Down

0 comments on commit 50119d3

Please sign in to comment.