Test UnboundedBlockingQueue in ThreadPoolExecutorTest
[folly.git] / folly / Uri.cpp
index 57ddfb42df495f9fc594582846bd2e471a94f8e4..d1bdfae73b736c1d59bc0bb5e8f357a71c1f7281 100644 (file)
@@ -36,7 +36,7 @@ void toLower(String& s) {
   }
 }
 
-}  // namespace
+} // namespace
 
 Uri::Uri(StringPiece str) : hasAuthority_(false), port_(0) {
   static const boost::regex uriRegex(
@@ -159,4 +159,4 @@ const std::vector<std::pair<std::string, std::string>>& Uri::getQueryParams() {
   return queryParams_;
 }
 
-}  // namespace folly
+} // namespace folly