From a91e07565f5d43ac116a92cd16385a0c272847b3 Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Fri, 5 Feb 2021 00:24:47 +0000 Subject: Remove tabs --- challenge-098/paulo-custodio/cpp/ch-1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge-098/paulo-custodio/cpp/ch-1.cpp b/challenge-098/paulo-custodio/cpp/ch-1.cpp index ef08e51794..0d3f5c0cc3 100644 --- a/challenge-098/paulo-custodio/cpp/ch-1.cpp +++ b/challenge-098/paulo-custodio/cpp/ch-1.cpp @@ -39,8 +39,8 @@ public: private: // store std::ifstream in a pre-aloocated array as storing pointers to - // std::ifstream in an unordered_map was causing a heap corruption in - // GCC - probably a compiler/stdlib bug + // std::ifstream in an unordered_map was causing a heap corruption in + // GCC - probably a compiler/stdlib bug static const int MAX_FILES = 20; std::array files; std::array filenames; -- cgit