Skip to content

Commit edb4e18

Browse files
authored
Prevent compiler warnings about misleading indentions. (#9)
1 parent c25d861 commit edb4e18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MDNS.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -774,10 +774,10 @@ MDNSError_t MDNS::_processMDNSQuery()
774774
if (!recordsFound[j] && servMatches[j] && servNames[j])
775775
servMatches[j] &= this->_matchStringPart(&servNames[j], &servLens[j],
776776
buf, ir);
777-
if (!partMatched[j])
778-
partMatched[j] = servMatches[j];
779-
780-
lastWasCompressed[j] = 0;
777+
if (!partMatched[j])
778+
partMatched[j] = servMatches[j];
779+
780+
lastWasCompressed[j] = 0;
781781
}
782782

783783
for (j=0; j<MDNS_MAX_SERVICES_PER_PACKET; j++) {

0 commit comments

Comments
 (0)