Loading tools/rootcanal/include/hci/address.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -122,7 +122,7 @@ struct fmt::formatter<bluetooth::hci::Address> { // Check if reached the end of the range: // Check if reached the end of the range: if (it != end && *it != '}') { if (it != end && *it != '}') { throw_format_error("invalid format"); report_error("invalid format"); } } // Return an iterator past the end of the parsed range: // Return an iterator past the end of the parsed range: Loading tools/rootcanal/include/hci/address_with_type.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -153,7 +153,7 @@ struct fmt::formatter<bluetooth::hci::AddressWithType> { // Check if reached the end of the range: // Check if reached the end of the range: if (it != end && *it != '}') { if (it != end && *it != '}') { throw_format_error("invalid format"); report_error("invalid format"); } } // Return an iterator past the end of the parsed range: // Return an iterator past the end of the parsed range: Loading Loading
tools/rootcanal/include/hci/address.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -122,7 +122,7 @@ struct fmt::formatter<bluetooth::hci::Address> { // Check if reached the end of the range: // Check if reached the end of the range: if (it != end && *it != '}') { if (it != end && *it != '}') { throw_format_error("invalid format"); report_error("invalid format"); } } // Return an iterator past the end of the parsed range: // Return an iterator past the end of the parsed range: Loading
tools/rootcanal/include/hci/address_with_type.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -153,7 +153,7 @@ struct fmt::formatter<bluetooth::hci::AddressWithType> { // Check if reached the end of the range: // Check if reached the end of the range: if (it != end && *it != '}') { if (it != end && *it != '}') { throw_format_error("invalid format"); report_error("invalid format"); } } // Return an iterator past the end of the parsed range: // Return an iterator past the end of the parsed range: Loading