Tidying
This commit is contained in:
@@ -29,7 +29,7 @@ namespace DebugServer::Gdb::AvrGdb::CommandPackets
|
|||||||
Logger::info("Handling WriteMemory packet");
|
Logger::info("Handling WriteMemory packet");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (this->buffer.size() == 0) {
|
if (this->buffer.empty()) {
|
||||||
debugSession.connection.writePacket(OkResponsePacket{});
|
debugSession.connection.writePacket(OkResponsePacket{});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user