Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Sep 21, 2024
1 parent 8f46c9c commit 31c75f1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ var addon = require( './../src/addon.node' );
* // returns 10.0
*/
function cfill( N, alpha, x, strideX ) {
var view;
view = reinterpret( x, 0 );
var view = reinterpret( x, 0 );
addon( N, alpha, view, strideX );
return x;
}
Expand Down

0 comments on commit 31c75f1

Please sign in to comment.