remove spaces etc. at end of line (no functional change)

This commit is contained in:
2019-10-02 22:06:19 +02:00
parent ad6fb8d731
commit 1549603c9b
11 changed files with 27 additions and 27 deletions

View File

@@ -69,7 +69,7 @@ std::string HandlerPageView::createIndexContent(IParser &parser, std::string con
Response HandlerPageView::handleRequest(PageDao &pageDao, std::string pagename, const Request &r)
{
{
std::string revisionparam = r.get("revision");
unsigned int revisionid=0;