File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
lib/node_modules/@stdlib/math/base/special/floor10/src Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- #include "stdlib/math/base/special/floor10.h"
2019#include "stdlib/math/base/napi/unary.h"
20+ #include "stdlib/math/base/special/floor10.h"
2121
2222/**
2323* Receives JavaScript callback invocation data.
2424*
25- * @param env environment under which the function is invoked
26- * @param info callback data
27- * @return Node-API value
25+ * @param env environment under which the function is invoked
26+ * @param info callback data
27+ * @return Node-API value
2828*/
29- static napi_value addon ( napi_env env , napi_callback_info info ) {
30- return stdlib_math_base_napi_d_d ( env , info , stdlib_base_floor10 );
29+ static napi_value addon (napi_env env , napi_callback_info info ) {
30+ return stdlib_math_base_napi_d_d (env , info , stdlib_base_floor10 );
3131}
3232
33- STDLIB_NAPI_MODULE_EXPORT_FCNS ( addon )
33+ STDLIB_NAPI_MODULE_EXPORT_FCNS (addon );
You can’t perform that action at this time.
0 commit comments