mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 22:32:28 +08:00
clang-format and clang-tidy fixes for 2957fd21
This commit is contained in:
@@ -54,7 +54,7 @@ namespace geometry {
|
||||
* @namespace graham scan
|
||||
* @brief convex hull algorithm
|
||||
*******************************************************************************/
|
||||
namespace grahamscan {
|
||||
namespace grahamscan {
|
||||
|
||||
/******************************************************************************
|
||||
* @struct Point
|
||||
@@ -228,5 +228,5 @@ std::vector<Point> convexHull(std::vector<Point> points, uint64_t size) {
|
||||
|
||||
return result; // return resultant vector with Convex Hull co-ordinates.
|
||||
}
|
||||
} //namespace grahamscan
|
||||
} // namespace grahamscan
|
||||
} // namespace geometry
|
||||
|
||||
Reference in New Issue
Block a user