diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-05 00:24:47 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-02-05 00:24:47 +0000 |
| commit | a91e07565f5d43ac116a92cd16385a0c272847b3 (patch) | |
| tree | 9a3fb89e97436657b2dbc0e9ee930da9f972675c | |
| parent | 5e61259702034cbec63ade467ac7d3575a2f686c (diff) | |
| download | perlweeklychallenge-club-a91e07565f5d43ac116a92cd16385a0c272847b3.tar.gz perlweeklychallenge-club-a91e07565f5d43ac116a92cd16385a0c272847b3.tar.bz2 perlweeklychallenge-club-a91e07565f5d43ac116a92cd16385a0c272847b3.zip | |
Remove tabs
| -rw-r--r-- | challenge-098/paulo-custodio/cpp/ch-1.cpp | 4 |
1 files 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<std::ifstream, MAX_FILES> files; std::array<std::string, MAX_FILES> filenames; |
