aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpierobot <Xv24xt@airmail.cc>2016-03-07 17:22:35 -0600
committerpierobot <Xv24xt@airmail.cc>2016-03-07 17:22:35 -0600
commitdbd7c2fbe0e93d85c4be7b61ed07568285e4a684 (patch)
tree2b8edfea1a4e3bfc32cbd5228ac357e6d7edfc0b /include
parentf57d257dc6d684ca5317647e86833c75ae1e1e50 (diff)
downloadcrow-dbd7c2fbe0e93d85c4be7b61ed07568285e4a684.tar.gz
crow-dbd7c2fbe0e93d85c4be7b61ed07568285e4a684.zip
tab to space
Diffstat (limited to 'include')
-rw-r--r--include/http_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 4d9f035..137419d 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -487,7 +487,7 @@ namespace crow
[&](const boost::system::error_code& ec, std::size_t bytes_transferred)
{
is_writing = false;
- res.clear();
+ res.clear();
res_body_copy_.clear();
if (!ec)
{