Upgrade formatting to clang-format 10 (#5895)

* Update formatting tools to clang-format-10

* Reformat using clang-format-10.0.09
This commit is contained in:
Daniel Patterson
2020-11-26 07:21:39 -08:00
committed by GitHub
parent a3f1c2afb0
commit 50d9632ed7
373 changed files with 1198 additions and 1163 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ enum compression_type
deflate_rfc1951
};
}
}
}
} // namespace server
} // namespace osrm
#endif // COMPRESSION_TYPE_HPP
+3 -3
View File
@@ -27,8 +27,8 @@ struct header
std::string name;
std::string value;
};
}
}
}
} // namespace http
} // namespace server
} // namespace osrm
#endif // HEADER_HPP
+3 -3
View File
@@ -38,8 +38,8 @@ class reply
std::string status_to_string(reply::status_type status);
boost::asio::const_buffer status_to_buffer(reply::status_type status);
};
}
}
}
} // namespace http
} // namespace server
} // namespace osrm
#endif // REPLY_HPP
+3 -3
View File
@@ -20,8 +20,8 @@ struct request
std::string connection;
boost::asio::ip::address endpoint;
};
}
}
}
} // namespace http
} // namespace server
} // namespace osrm
#endif // REQUEST_HPP