Skip to content

Commit

Permalink
Minor: remove space left out by previous clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylp committed Feb 5, 2025
1 parent 1e11005 commit 0699aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pjlib/src/pjlib-test/timestamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ int timestamp_test(void)
* First we get the first timestamp.
*/
rc = pj_get_timestamp(&t1);

if (rc != PJ_SUCCESS) {
app_perror("...ERROR: pj_get_timestamp", rc);
return -1001;
Expand Down

0 comments on commit 0699aef

Please sign in to comment.