Skip to content

Commit

Permalink
New line at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
fouge committed Oct 7, 2021
1 parent f3eb899 commit 9b9e0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ config ORB_PROTOBUF_DEFINITIONS_LIB
bool "Import Orb Protobuf definitions"
select NANOPB

source "Kconfig.zephyr"
source "Kconfig.zephyr"
2 changes: 1 addition & 1 deletion src/messaging/messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ messaging_init(void)
__ASSERT(err_code == RET_SUCCESS, "Failed init CAN bus");

return RET_SUCCESS;
}
}

0 comments on commit 9b9e0a5

Please sign in to comment.