fix newlines at file ends, more aggressive optim.

This commit is contained in:
Tobias Oberstein
2012-03-08 17:09:25 +01:00
parent 48ac9e7042
commit 57630721f6
8 changed files with 9 additions and 18 deletions

View File

@@ -317,4 +317,4 @@ uint16_t uri::get_port_from_string(const std::string& port) const {
}
return t_port;
}
}