App/Toponaming: Compilation cleanup after #9175

Also fixes some trailing whitespace issues
This commit is contained in:
Chris Hennes
2023-06-16 09:14:57 -05:00
parent c65f049d20
commit cfbe6e702d
5 changed files with 25 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ int MappedName::findTagInElementName(long* tag, int* len, const char* postfix,
// pos
if(pos < 0) {
pos = this->rfind(POSTFIX_DECIMAL_TAG);
pos = this->rfind(POSTFIX_DECIMAL_TAG);
if (pos < 0)
return -1;
hex = false;
@@ -107,7 +107,7 @@ int MappedName::findTagInElementName(long* tag, int* len, const char* postfix,
//
// #94;:G0;XTR;:H19:8,F;:H1a,F;BND:-1:0;:H1b:10,F
// | | ^^ ^^
// | | | |
// | | | |
// ---len = 0x10--- tag len
iss >> std::hex;