Whitespace.

This commit is contained in:
david 2012-12-04 03:06:21 +00:00
parent 7f5a11f006
commit e941b783f4

View file

@ -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
}