Skip to content

Commit

Permalink
minor fix- pretty printing
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVDvivedi committed Feb 14, 2025
1 parent 9624f6a commit abdc076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int main()
tuple_def* def = get_tuple_definition();

// --------------- utility call
printf("\nmax_tuple_size accomodatable = %"PRIu32" \n", get_maximum_tuple_size_accomodatable_on_page(sizeof(hdr), PAGE_SIZE, &(def->size_def)));
printf("\nmax_tuple_size accomodatable = %"PRIu32" \n\n", get_maximum_tuple_size_accomodatable_on_page(sizeof(hdr), PAGE_SIZE, &(def->size_def)));

// --------------- DECLARE TEMP variables

Expand Down

0 comments on commit abdc076

Please sign in to comment.