Clang-format (2/2)

This commit is contained in:
VolcaEM
2020-04-26 22:10:11 +02:00
committed by GitHub
parent 0f059b4b16
commit 672bde43b0

View File

@@ -222,8 +222,9 @@ private:
}
void GetCurrentIpAddress(Kernel::HLERequestContext& ctx) {
LOG_WARNING(Service_NIFM, "(STUBBED) called");
auto const current_ip_address = network_profile_data.ip_data.address_settings.ip_address.address;
auto const current_ip_address =
network_profile_data.ip_data.address_settings.ip_address.address;
IPC::ResponseBuilder rb{ctx, 3};
if (current_ip_address == 0) {