Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Mar 17, 2024
1 parent 8b4056e commit 45d2b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/randi/benchmark/c/native/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void print_results( double elapsed ) {
/**
* Returns a clock time.
*
* @returns clock time
* @return clock time
*/
double tic() {
struct timeval now;
Expand Down
2 changes: 1 addition & 1 deletion base/randu/benchmark/c/native/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void print_results( double elapsed ) {
/**
* Returns a clock time.
*
* @returns clock time
* @return clock time
*/
double tic() {
struct timeval now;
Expand Down

0 comments on commit 45d2b12

Please sign in to comment.