Commit d178816d authored by kharade's avatar kharade

clang formatting

parent 697a66f6
......@@ -63,7 +63,7 @@ void from_json(const nlohmann::json& j, InterfaceUpfInfoItem& o) {
}
}
std::string InterfaceUpfInfoItem::getInterfaceType() const {
std::string InterfaceUpfInfoItem::getInterfaceType() const {
return m_InterfaceType;
}
void InterfaceUpfInfoItem::setInterfaceType(std::string const& value) {
......
......@@ -259,7 +259,8 @@ bool api_conv::profile_api_to_nrf_profile(
Logger::nrf_app().debug(
"\t\tEndpoint: %s, IPv4 Addr: %s, FQDN: %s, NWI: %s",
interface.interface_type.c_str(), address.c_str(),
interface.endpoint_fqdn.c_str(), interface.network_instance.c_str());
interface.endpoint_fqdn.c_str(),
interface.network_instance.c_str());
interface.ipv4_addresses.push_back(addr4);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment