From c51f9bd979dbd79f20cb0abd543dc9b4df9f4e84 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Tue, 9 Mar 2021 20:01:18 +0000 Subject: Remove tabs --- challenge-102/paulo-custodio/cpp/ch-2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge-102/paulo-custodio/cpp/ch-2.cpp') diff --git a/challenge-102/paulo-custodio/cpp/ch-2.cpp b/challenge-102/paulo-custodio/cpp/ch-2.cpp index 24fbf2fb06..4832b1d64c 100644 --- a/challenge-102/paulo-custodio/cpp/ch-2.cpp +++ b/challenge-102/paulo-custodio/cpp/ch-2.cpp @@ -49,6 +49,6 @@ int main(int argc, char* argv[]) { std::cerr << "Usage: ch-1 N" << std::endl; return EXIT_FAILURE; } - else + else std::cout << hash_count(atoi(argv[1])) << std::endl; } -- cgit