Skip to content

Commit

Permalink
Fix nasa#122, empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 5, 2022
1 parent 1365c52 commit 12e29fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fsw/src/ci_lab_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ typedef struct
CI_LAB_HkTlm_t HkTlm;

CFE_SB_Buffer_t *NextIngestBufPtr;

} CI_LAB_GlobalData_t;

CI_LAB_GlobalData_t CI_LAB_Global;
Expand Down
2 changes: 0 additions & 2 deletions fsw/src/ci_lab_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
typedef struct
{
CFE_MSG_CommandHeader_t CmdHeader;

} CI_LAB_NoArgsCmd_t;

/*
Expand All @@ -63,7 +62,6 @@ typedef struct
uint32 IngestPackets;
uint32 IngestErrors;
uint32 Spare2;

} CI_LAB_HkTlm_Payload_t;

typedef struct
Expand Down

0 comments on commit 12e29fb

Please sign in to comment.