diff options
Diffstat (limited to 'include/raul/Process.hpp')
-rw-r--r-- | include/raul/Process.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Process.hpp b/include/raul/Process.hpp index 1c5deed..b05b038 100644 --- a/include/raul/Process.hpp +++ b/include/raul/Process.hpp @@ -21,7 +21,7 @@ #include <sys/resource.h> #include <unistd.h> -namespace Raul { +namespace raul { /** A child process. * @@ -79,6 +79,6 @@ private: Process() = default; }; -} // namespace Raul +} // namespace raul #endif // RAUL_PROCESS_HPP |