Skip to content

Commit

Permalink
Run formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Jun 24, 2024
1 parent 5cd75ab commit 63ce483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/federated/RTI/rti_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ void* clock_synchronization_thread(void* noargs) {
// If any errors occur, either discard the message or the clock sync round.
if (!read_failed) {
if (buffer[0] == MSG_TYPE_CLOCK_SYNC_T3) {
int32_t fed_id_2 = (int32_t) extract_uint16(&(buffer[1]));
int32_t fed_id_2 = (int32_t)extract_uint16(&(buffer[1]));
// Check that this message came from the correct federate.
if (fed_id_2 != fed->enclave.id) {
// Message is from the wrong federate. Discard the message.
Expand Down

0 comments on commit 63ce483

Please sign in to comment.