aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2015-02-20 12:00:15 +0900
committeripknHama <ipknhama@gmail.com>2015-02-20 12:00:15 +0900
commit5507e98ce25f8468e37652b58a3512f40869af99 (patch)
tree9b286a25a8e4be513f3813a353e21f180504f07c
parent3a5599e61a49c40b9d9c1b9528f16d858350d7bc (diff)
downloadcrow-5507e98ce25f8468e37652b58a3512f40869af99.tar.gz
crow-5507e98ce25f8468e37652b58a3512f40869af99.zip
fix tab to space
-rw-r--r--include/http_response.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_response.h b/include/http_response.h
index 807e6ac..6e22418 100644
--- a/include/http_response.h
+++ b/include/http_response.h
@@ -60,7 +60,7 @@ namespace crow
json_value = std::move(r.json_value);
code = r.code;
headers = std::move(r.headers);
- completed_ = r.completed_;
+ completed_ = r.completed_;
return *this;
}