Parcourir la source

[5088] Fixed whitespace.

Marcin Siodelski il y a 8 ans
Parent
commit
804d925cd2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");