Skip to content

Commit 880244a

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent e50da9b commit 880244a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/platform/Darwin/DnssdImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static void OnResolve(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t inter
367367
if (!sdCtx->isResolveRequested)
368368
{
369369
GetAddrInfo(sdCtx);
370-
sdCtx->isResolveRequested = true;
370+
sdCtx->isResolveRequested = true;
371371
sdCtx->hasOpenThreadTimerStarted = false;
372372
}
373373
}

src/platform/Darwin/DnssdImpl.h

-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ struct ResolveContext : public GenericContext
261261
bool Matches(const char * otherInstanceName) const { return instanceName == otherInstanceName; }
262262

263263
private:
264-
265264
/**
266265
* Try reporting the results we got on the provided interface index.
267266
* Returns true if information was reported, false if not (e.g. if there

0 commit comments

Comments
 (0)