aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/quantize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/quantize.hpp')
-rw-r--r--src/engine/quantize.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/quantize.hpp b/src/engine/quantize.hpp
index de4d20b..da2ad9d 100644
--- a/src/engine/quantize.hpp
+++ b/src/engine/quantize.hpp
@@ -21,7 +21,7 @@
#include "raul/TimeStamp.hpp"
-namespace Machina {
+namespace machina {
inline TimeStamp
quantize(TimeStamp q, TimeStamp t)
@@ -41,6 +41,6 @@ quantize(double q, double t)
: t;
}
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_QUANTIZE_HPP