diff options
Diffstat (limited to 'src/libjin/math/math.h')
-rw-r--r-- | src/libjin/math/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/math/math.h b/src/libjin/math/math.h index 2bc8ed9..d496b85 100644 --- a/src/libjin/math/math.h +++ b/src/libjin/math/math.h @@ -71,7 +71,7 @@ namespace math return a + t * (b - a); } -} -} +} // math +} // jin #endif
\ No newline at end of file |