From 31012cb42bb64cc1f7597a88585688b35b4ac075 Mon Sep 17 00:00:00 2001 From: Neha Hasija Date: Mon, 19 Oct 2020 01:13:07 +0530 Subject: [PATCH] Update math/power_of_two.cpp Co-authored-by: David Leal --- math/power_of_two.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/math/power_of_two.cpp b/math/power_of_two.cpp index 1e904dbe7..c36bcf3e1 100644 --- a/math/power_of_two.cpp +++ b/math/power_of_two.cpp @@ -42,7 +42,6 @@ void power_of_two(int n){ } -/** Driver Code */ /** * @brief Main function * @returns 0 on exit