Skip to content

Commit 4cc3afe

Browse files
authored
style: remove space
Signed-off-by: Athan <[email protected]>
1 parent 0784464 commit 4cc3afe

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/cceilf/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cceilf/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static double benchmark( void ) {
104104

105105
t = tic();
106106
for ( i = 0; i < ITERATIONS; i++ ) {
107-
x = v[ i%100 ] + v[ i%100 ] *I;
107+
x = v[ i%100 ] + v[ i%100 ]*I;
108108
y = stdlib_base_ceilf( crealf( x ) ) + stdlib_base_ceilf( cimagf( x ) )*I;
109109
if ( crealf( y ) != crealf( y ) ) {
110110
printf( "unexpected result\n" );

0 commit comments

Comments
 (0)