From c144df6a5b3560522fe6306bbfa7aa44eb65aa75 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Mon, 19 Oct 2020 01:13:43 +0530 Subject: [PATCH] Update math/power_of_two.cpp Co-authored-by: David Leal --- math/power_of_two.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index 3d5edf931..024443f8b 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -1,6 +1,6 @@ /** - * @file power_of_two.cpp + * @file * @brief Implementation to check whether a number is a power of 2 or not. * * @details