aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/math/math.h')
-rw-r--r--src/libjin/math/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/math/math.h b/src/libjin/math/math.h
index 98f9cd8..c1b5084 100644
--- a/src/libjin/math/math.h
+++ b/src/libjin/math/math.h
@@ -71,7 +71,7 @@ namespace jin
return a + t * (b - a);
}
- } // math
-} // jin
+ } // namespace math
+} // namespace jin
#endif \ No newline at end of file