diff --git a/src/FileIO.h b/src/FileIO.h index cbd2f2e..8fcb77c 100644 --- a/src/FileIO.h +++ b/src/FileIO.h @@ -2,7 +2,7 @@ #include /* Namespace for simple file operations. */ -namespace FileIO // namespaces are just so neat +namespace FileIO { /* Helper function to read all of a file's contents. */ std::string read_all(const std::string& filename);