Skip to content

Commit

Permalink
Merge pull request #68 from jphickey/hotfix-67-whitespace
Browse files Browse the repository at this point in the history
HotFix #67, correct whitespace per clang-format
  • Loading branch information
dzbaker committed Feb 16, 2023
2 parents 53bf044 + b9b7d08 commit c976c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fsw/tables/hs_xct.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include "hs_tbldefs.h"
#include "cfe_tbl_filedef.h"

CFE_TBL_FileDef_t CFE_TBL_FileDef = {"HS_ExeCount_Tbl", HS_APP_NAME ".ExeCount_Tbl", "HS ExeCount Table",
"hs_xct.tbl", (sizeof(HS_XCTEntry_t) * HS_MAX_EXEC_CNT_SLOTS)};
CFE_TBL_FileDef_t CFE_TBL_FileDef = {"HS_ExeCount_Tbl", HS_APP_NAME ".ExeCount_Tbl", "HS ExeCount Table", "hs_xct.tbl",
(sizeof(HS_XCTEntry_t) * HS_MAX_EXEC_CNT_SLOTS)};

HS_XCTEntry_t HS_ExeCount_Tbl[HS_MAX_EXEC_CNT_SLOTS] = {
/* ResourceName NullTerm ResourceType */
Expand Down

0 comments on commit c976c6a

Please sign in to comment.