Skip to content

Commit 4fbcb82

Browse files
authored
style: add blank line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent fa2995e commit 4fbcb82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/cfill/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ static double benchmark2( int iterations, int len ) {
139139
double elapsed;
140140
double t;
141141
int i;
142+
142143
x = (float *) malloc( len * 2 * sizeof( float ) );
143144

144145
alpha = stdlib_complex64( 1.0f, 0.0f );

0 commit comments

Comments
 (0)