Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and crlonxp committed Jul 26, 2024
1 parent ea09e18 commit a5659ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/platform/Linux/ConnectivityManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1506,12 +1506,11 @@ CHIP_ERROR ConnectivityManagerImpl::_WiFiPAFConnect(const SetupDiscriminator & c
}),
this);

g_signal_connect(mWpaSupplicant.iface, "nan-subscribeterminated",
G_CALLBACK(+[](WpaFiW1Wpa_supplicant1Interface * proxy, gint term_subscribe_id, gint reason,
ConnectivityManagerImpl * self) {
return self->OnNanSubscribeTerminated(term_subscribe_id, reason);
}),
this);
g_signal_connect(
mWpaSupplicant.iface, "nan-subscribeterminated",
G_CALLBACK(+[](WpaFiW1Wpa_supplicant1Interface * proxy, gint term_subscribe_id, gint reason,
ConnectivityManagerImpl * self) { return self->OnNanSubscribeTerminated(term_subscribe_id, reason); }),
this);

return CHIP_NO_ERROR;
}
Expand Down

0 comments on commit a5659ca

Please sign in to comment.