diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index 024443f8b..9300f60b5 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -1,4 +1,3 @@ - /** * @file * @brief Implementation to check whether a number is a power of 2 or not.