Browse Source

[5088] Fixed whitespace.

Marcin Siodelski 8 years ago
parent
commit
804d925cd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/http/date_time.cc

+ 1 - 1
src/lib/http/date_time.cc

@@ -55,7 +55,7 @@ HttpDateTime::fromRfc850(const std::string& time_string) {
                                     "RFC 850")));
 }
 
-HttpDateTime 
+HttpDateTime
 HttpDateTime::fromAsctime(const std::string& time_string) {
     std::string time_string_copy(time_string);
     boost::replace_all(time_string_copy, "  ", " 0");