mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
Whitespace.
This commit is contained in:
parent
7f5a11f006
commit
e941b783f4
1 changed files with 4 additions and 4 deletions
|
|
@ -147,10 +147,10 @@ void Port::freeService(bool del_service) {
|
|||
void Port::freeScriptResults(void)
|
||||
{
|
||||
#ifndef NOLUA
|
||||
while (!scriptResults.empty()) {
|
||||
scriptResults.front().clear();
|
||||
scriptResults.pop_front();
|
||||
}
|
||||
while (!scriptResults.empty()) {
|
||||
scriptResults.front().clear();
|
||||
scriptResults.pop_front();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue