Skip to content

Commit eaf32f8

Browse files
authored
chore: minor clean-up
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent e3d0470 commit eaf32f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/chi/pdf/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include <sys/time.h>
2019
#include "stdlib/stats/base/dists/chi/pdf.h"
20+
#include <sys/time.h>
2121
#include <math.h>
2222
#include <stdio.h>
2323
#include <stdlib.h>

lib/node_modules/@stdlib/stats/base/dists/chi/pdf/examples/c/example.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ int main( void ) {
3737
y = stdlib_base_dists_chi_pdf( x, k );
3838
printf( "x: %lf, k: %lf, f(x;k): %lf\n", x, k, y );
3939
}
40-
return 0;
4140
}

0 commit comments

Comments
 (0)