diff options
Diffstat (limited to 'http_common.cc')
-rw-r--r-- | http_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_common.cc b/http_common.cc index c2306203..a3bd7f8a 100644 --- a/http_common.cc +++ b/http_common.cc @@ -71,4 +71,4 @@ const char *GetHttpContentTypeString(HttpContentType type) { return (is_found ? http_content_type_table[i].str : NULL); } -} // namespace chromeos_update_engine +} // namespace chromeos_update_engine |