1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Whitespace.

This commit is contained in:
david
2010-12-15 23:54:06 +00:00
parent 4e018f1638
commit 0a87cb378a

View File

@@ -1462,7 +1462,7 @@ void ServiceNFO::addToServiceFingerprint(const char *probeName, const u8 *resp,
// A run of this can take up to 8 chars: "\n \x20"
assert( servicefpalloc - servicefplen > 8);
if (isalnum((int)resp[srcidx]))
if (isalnum((int)resp[srcidx]))
addServiceChar((char) resp[srcidx], servicewrap);
else if (resp[srcidx] == '\0') {
/* We need to be careful with this, because if it is followed by