Skip to content

Commit 7af15c4

Browse files
restyled-commitstianfeng-yang
authored andcommitted
Restyled by clang-format
1 parent e9a53e8 commit 7af15c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/Linux/DnssdImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ void MdnsAvahi::HandleClientState(AvahiClient * client, AvahiClientState state)
383383
break;
384384
case AVAHI_CLIENT_FAILURE:
385385
ChipLogError(DeviceLayer, "Avahi client failure");
386-
// error happend, we should to restart dnssd.
386+
// error happend, we should to restart dnssd.
387387
mErrorCallback(mAsyncReturnContext, CHIP_ERROR_FORCED_RESET);
388388
break;
389389
case AVAHI_CLIENT_S_COLLISION:

0 commit comments

Comments
 (0)