diff --git a/portlist.cc b/portlist.cc index 27e32ff9c..310a65109 100644 --- a/portlist.cc +++ b/portlist.cc @@ -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 }