Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
Fix code format
  • Loading branch information
parmi93 committed Aug 16, 2023
1 parent 45db09c commit 11aff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/liblwm2m.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void prv_deleteTransactionList(lwm2m_context_t * context)

transaction = context->transactionList;
context->transactionList = context->transactionList->next;
if(transaction->callback) {
if (transaction->callback) {
transaction->callback(context, transaction, NULL);
}
transaction_free(transaction);
Expand Down

0 comments on commit 11aff79

Please sign in to comment.