Skip to content

Commit

Permalink
Run autoformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Oct 28, 2021
1 parent 2b4dcec commit 7bdfa9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/core/jmessage.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,9 @@ j_message_send(JMessage* message, struct JConnection* connection)
total_data_length += sizeof(struct JConnectionMemoryID) + message_data->header_size + message_data->length;
}
j_list_iterator_free(iterator);
fits =
total_data_length
< j_configuration_get_message_inject_size(j_connection_get_configuration(connection));
fits =
total_data_length
< j_configuration_get_message_inject_size(j_connection_get_configuration(connection));
}
iterator = j_list_iterator_new(message->send_list);

Expand Down
2 changes: 1 addition & 1 deletion lib/core/jnetwork.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ j_fabric_fini(struct JFabric* this)
res = fi_close(&this->fabric->fid);
CHECK("failed to close fabric!");
this->fabric = NULL;
if(this->hints)
if (this->hints)
{
fi_freeinfo(this->hints);
this->hints = NULL;
Expand Down

0 comments on commit 7bdfa9d

Please sign in to comment.