summaryrefslogtreecommitdiff
path: root/src/rmd_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_math.h')
-rw-r--r--src/rmd_math.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rmd_math.h b/src/rmd_math.h
index 87c6166..14ec2f3 100644
--- a/src/rmd_math.h
+++ b/src/rmd_math.h
@@ -32,7 +32,7 @@
* problem, by behaving identically with roundf
* and being portable (floorf and ceilf, that are
* used in the implementation, are defined in C89)
- *
+ *
* \param val Number to be rounded
*
* \returns val rounded
@@ -41,4 +41,3 @@
double rmdRoundf( double val );
#endif
-
© All Rights Reserved