diff options
author | Unknown <fireice2@o2.pl> | 2017-11-16 13:42:27 +0000 |
---|---|---|
committer | Unknown <fireice2@o2.pl> | 2017-11-16 13:42:27 +0000 |
commit | cabd46f39fdadad7345f9603ccdcf1daf49e1a9c (patch) | |
tree | 2b5dc47b60d3b1d001a0bf4830b7bf47d253190c /xmrstak/http | |
parent | 157dd16574c04cb78b704bd809c8919527bd7b61 (diff) | |
download | xmr-stak-cabd46f39fdadad7345f9603ccdcf1daf49e1a9c.zip xmr-stak-cabd46f39fdadad7345f9603ccdcf1daf49e1a9c.tar.gz |
Remove whitespace lines
Diffstat (limited to 'xmrstak/http')
-rw-r--r-- | xmrstak/http/httpd.cpp | 2 | ||||
-rw-r--r-- | xmrstak/http/webdesign.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/http/httpd.cpp b/xmrstak/http/httpd.cpp index 81012fa..dba7d7c 100644 --- a/xmrstak/http/httpd.cpp +++ b/xmrstak/http/httpd.cpp @@ -86,7 +86,7 @@ int httpd::req_handler(void * cls, return ret; } } - + *ptr = nullptr; std::string str; if(strcasecmp(url, "/style.css") == 0) diff --git a/xmrstak/http/webdesign.cpp b/xmrstak/http/webdesign.cpp index 963c080..c31d6c6 100644 --- a/xmrstak/http/webdesign.cpp +++ b/xmrstak/http/webdesign.cpp @@ -106,7 +106,7 @@ extern const char sHtmlCssFile [] = "padding: 0.5em 0em;" "font-weight: bold;" "}" - + ".motd-body {" "overflow: hidden;" "}"; |