mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
clang-format and clang-tidy fixes for 2957fd21
This commit is contained in:
parent
2957fd21d0
commit
9465ef265d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user