Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangzhuan committed Jan 19, 2024
1 parent b3eecd3 commit 67575a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLE/pddrive_spawn.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ int main(int argc, char *argv[])
result[1] = total * 1e-6;
if (!iam) {
printf("returning data:\n"
" Factor time : %8.2f\n Total MEM : %8.2f\n",
" Factor time : %10.4f\n Total MEM : %10.4f\n",
stat.utime[FACT], total * 1e-6);
printf("**************************************************\n");
fflush(stdout);
Expand Down

0 comments on commit 67575a4

Please sign in to comment.