Skip to content

Commit cc7e740

Browse files
authored
style: reorder declarations
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d8acfc7 commit cc7e740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ static double benchmark( int iterations, int len ) {
114114
struct ndarray *x;
115115
stdlib_complex64_t v;
116116
int64_t offset;
117-
float r;
118117
double elapsed;
119118
int64_t ndims;
120119
float *data;
121120
double t;
121+
float r;
122122
int i;
123123

124124
ndims = 1;

0 commit comments

Comments
 (0)