diff --git a/geometry/graham_scan_functions.hpp b/geometry/graham_scan_functions.hpp index 089cf9aad..47c7851fc 100644 --- a/geometry/graham_scan_functions.hpp +++ b/geometry/graham_scan_functions.hpp @@ -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 convexHull(std::vector points, uint64_t size) { return result; // return resultant vector with Convex Hull co-ordinates. } -} //namespace grahamscan +} // namespace grahamscan } // namespace geometry