From be9e10d4931342db2e0e5aa8a3509a29f3829be5 Mon Sep 17 00:00:00 2001 From: Hunter LaTourette Date: Sun, 30 Mar 2025 20:43:52 -0400 Subject: [PATCH] style (*): .m.cpp 2 to 4 spaces --- src/templateapp.m.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templateapp.m.cpp b/src/templateapp.m.cpp index e6aced3..56eae4c 100644 --- a/src/templateapp.m.cpp +++ b/src/templateapp.m.cpp @@ -7,9 +7,9 @@ using namespace templateapp; int main() { - std::string question; - std::cout << "What would you like to know?" << std::endl; - std::cin >> question; - std::cout << meaningOfLifeTheUniverseAndEverything(question) << std::endl; - return 0; + std::string question; + std::cout << "What would you like to know?" << std::endl; + std::cin >> question; + std::cout << meaningOfLifeTheUniverseAndEverything(question) << std::endl; + return 0; }