summaryrefslogtreecommitdiffstats
path: root/ingen/Status.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Status.hpp')
-rw-r--r--ingen/Status.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Status.hpp b/ingen/Status.hpp
index c1002a17..c4ffd4c9 100644
--- a/ingen/Status.hpp
+++ b/ingen/Status.hpp
@@ -17,7 +17,7 @@
#ifndef INGEN_STATUS_HPP
#define INGEN_STATUS_HPP
-namespace Ingen {
+namespace ingen {
enum class Status {
SUCCESS,
@@ -87,6 +87,6 @@ ingen_status_string(Status st)
return "Unknown error";
}
-} // namespace Ingen
+} // namespace ingen
#endif // INGEN_STATUS_HPP