Skip to content

Commit 97b87b2

Browse files
restyled-commitshyunuktak
authored andcommitted
Restyled by clang-format
1 parent 5a4e247 commit 97b87b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/Tizen/DnssdImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ CHIP_ERROR ResolveAsync(chip::Dnssd::ResolveContext * rCtx)
386386
{
387387
char iface[IF_NAMESIZE + 1] = "";
388388
VerifyOrReturnValue(if_indextoname(rCtx->mInterfaceId, iface) != nullptr, CHIP_ERROR_POSIX(errno),
389-
ChipLogError(DeviceLayer, "if_indextoname() failed: %s", strerror(errno)));
389+
ChipLogError(DeviceLayer, "if_indextoname() failed: %s", strerror(errno)));
390390
ret = dnssd_create_remote_service(rCtx->mType, rCtx->mName, iface, &rCtx->mServiceHandle);
391391
}
392392

0 commit comments

Comments
 (0)