From 45a608b57f75a6e1f1d8f33a6423da5d4947502b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 17:58:58 +0100 Subject: Make namespace name lowercase --- include/raul/Process.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/raul/Process.hpp') 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 #include -namespace Raul { +namespace raul { /** A child process. * @@ -79,6 +79,6 @@ private: Process() = default; }; -} // namespace Raul +} // namespace raul #endif // RAUL_PROCESS_HPP -- cgit v1.2.1