mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 14:50:43 -04:00
Removed unneeded space characters
This commit is contained in:
parent
6cdada1118
commit
b1f5023fe1
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ namespace format {
|
|||
std::string type(Packet::Type value) {
|
||||
switch(value) {
|
||||
default:
|
||||
case Packet::Type::Unknown: return "??? ";
|
||||
case Packet::Type::IDM: return "IDM ";
|
||||
case Packet::Type::SCM: return "SCM ";
|
||||
case Packet::Type::Unknown: return "???";
|
||||
case Packet::Type::IDM: return "IDM";
|
||||
case Packet::Type::SCM: return "SCM";
|
||||
case Packet::Type::SCMPLUS: return "SCM+";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue