Skip to content

Commit

Permalink
Add newline at end of files
Browse files Browse the repository at this point in the history
Add newline at end of files
  • Loading branch information
parmi93 committed Aug 16, 2023
1 parent e18eaf5 commit 2198e17
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,4 @@ lwm2m_server_t * utils_findBootstrapServer(lwm2m_context_t * contextP, void * fr
lwm2m_client_t * utils_findClient(lwm2m_context_t * contextP, void * fromSessionH);
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion core/objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -1447,4 +1447,4 @@ uint8_t object_readCompositeData(lwm2m_context_t *contextP, lwm2m_uri_t *uriP, s
}
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion core/observe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,4 +1491,4 @@ bool observe_handleNotify(lwm2m_context_t * contextP,
}
return true;
}
#endif
#endif
2 changes: 1 addition & 1 deletion data/data.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,4 +877,4 @@ int lwm2m_data_append_one(int *sizeP, lwm2m_data_t **dataP, lwm2m_data_type_t ty
}

return result;
}
}
2 changes: 1 addition & 1 deletion examples/client/lwm2mclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -1539,4 +1539,4 @@ int main(int argc, char *argv[])
acl_ctrl_free_object(objArray[8]);

return 0;
}
}
2 changes: 1 addition & 1 deletion include/liblwm2m.h
Original file line number Diff line number Diff line change
Expand Up @@ -883,4 +883,4 @@ int lwm2m_bootstrap_read(lwm2m_context_t * contextP, void * sessionH, lwm2m_uri_
}
#endif

#endif
#endif

0 comments on commit 2198e17

Please sign in to comment.