Skip to content

Commit 90e96d0

Browse files
committed
chore: minor clean-up
1 parent 04fda1b commit 90e96d0

File tree

29 files changed

+72
-34
lines changed

29 files changed

+72
-34
lines changed

lib/node_modules/@stdlib/math/base/ops/cneg/benchmark/c/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/**
2020
* Benchmark complex number negation.
2121
*/
22+
2223
#include <stdlib.h>
2324
#include <stdio.h>
2425
#include <math.h>

lib/node_modules/@stdlib/math/base/ops/cnegf/benchmark/c/benchmark.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/**
2020
* Benchmark complex number negation.
2121
*/
22+
2223
#include <stdlib.h>
2324
#include <stdio.h>
2425
#include <math.h>

lib/node_modules/@stdlib/math/base/ops/imul/test/fixtures/c/runner.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* - Run this script from the directory in which fixtures should be written.
2525
*
2626
*/
27+
2728
#include <stdlib.h>
2829
#include <stdio.h>
2930

lib/node_modules/@stdlib/math/base/ops/imuldw/test/fixtures/c/runner.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* - Run this script from the directory in which fixtures should be written.
2525
*
2626
*/
27+
2728
#include <stdlib.h>
2829
#include <stdio.h>
2930

lib/node_modules/@stdlib/math/base/ops/umul/test/fixtures/c/runner.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* - Run this script from the directory in which fixtures should be written.
2525
*
2626
*/
27+
2728
#include <stdlib.h>
2829
#include <stdio.h>
2930

lib/node_modules/@stdlib/math/base/ops/umuldw/test/fixtures/c/runner.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* - Run this script from the directory in which fixtures should be written.
2525
*
2626
*/
27+
2728
#include <stdlib.h>
2829
#include <stdio.h>
2930

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [1]: http://en.cppreference.com/w/c/numeric/math
2727
* [2]: https://www.gnu.org/software/libc/manual/html_node/Special-Functions.html
2828
*/
29+
2930
#include <stdlib.h>
3031
#include <stdio.h>
3132
#include <math.h>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [1]: http://en.cppreference.com/w/c/numeric/math
2727
* [2]: https://www.gnu.org/software/libc/manual/html_node/Special-Functions.html
2828
*/
29+
2930
#include <stdlib.h>
3031
#include <stdio.h>
3132
#include <math.h>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [1]: http://en.cppreference.com/w/c/numeric/math
2727
* [2]: https://www.gnu.org/software/libc/manual/html_node/Special-Functions.html
2828
*/
29+
2930
#include <stdlib.h>
3031
#include <stdio.h>
3132
#include <math.h>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [1]: http://en.cppreference.com/w/c/numeric/math
2727
* [2]: https://www.gnu.org/software/libc/manual/html_node/Special-Functions.html
2828
*/
29+
2930
#include <stdlib.h>
3031
#include <stdio.h>
3132
#include <math.h>

0 commit comments

Comments
 (0)