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 hyunuktak committed Jan 13, 2025
1 parent 5a4e247 commit 97b87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Tizen/DnssdImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ CHIP_ERROR ResolveAsync(chip::Dnssd::ResolveContext * rCtx)
{
char iface[IF_NAMESIZE + 1] = "";
VerifyOrReturnValue(if_indextoname(rCtx->mInterfaceId, iface) != nullptr, CHIP_ERROR_POSIX(errno),
ChipLogError(DeviceLayer, "if_indextoname() failed: %s", strerror(errno)));
ChipLogError(DeviceLayer, "if_indextoname() failed: %s", strerror(errno)));
ret = dnssd_create_remote_service(rCtx->mType, rCtx->mName, iface, &rCtx->mServiceHandle);
}

Expand Down

0 comments on commit 97b87b2

Please sign in to comment.