Skip to content

Commit

Permalink
Merge pull request #331 from thnkslprpt/fix-330-comment-cleanup
Browse files Browse the repository at this point in the history
Fix #330, Clean up redundant comments and empty lines
  • Loading branch information
dzbaker authored Oct 11, 2022
2 parents eb0c6f4 + d89960f commit 09a899f
Show file tree
Hide file tree
Showing 40 changed files with 259 additions and 1,052 deletions.
16 changes: 0 additions & 16 deletions fsw/src/cf_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
CF_AppData_t CF_AppData;

/*----------------------------------------------------------------
*
* Function: CF_HkCmd
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand All @@ -53,8 +51,6 @@ void CF_HkCmd(void)
}

/*----------------------------------------------------------------
*
* Function: CF_CheckTables
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand Down Expand Up @@ -108,8 +104,6 @@ void CF_CheckTables(void)
}

/*----------------------------------------------------------------
*
* Function: CF_ValidateConfigTable
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand Down Expand Up @@ -149,8 +143,6 @@ int32 CF_ValidateConfigTable(void *tbl_ptr)
}

/*----------------------------------------------------------------
*
* Function: CF_TableInit
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand Down Expand Up @@ -206,8 +198,6 @@ int32 CF_TableInit(void)
}

/*----------------------------------------------------------------
*
* Function: CF_Init
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand Down Expand Up @@ -277,8 +267,6 @@ int32 CF_Init(void)
}

/*----------------------------------------------------------------
*
* Function: CF_WakeUp
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand All @@ -292,8 +280,6 @@ void CF_WakeUp(void)
}

/*----------------------------------------------------------------
*
* Function: CF_ProcessMsg
*
* Application-scope internal function
* See description in cf_app.h for argument/return detail
Expand Down Expand Up @@ -329,8 +315,6 @@ void CF_ProcessMsg(CFE_SB_Buffer_t *msg)
}

/*----------------------------------------------------------------
*
* Function: CF_AppMain
*
* Entry point function
* See description in cf_app.h for argument/return detail
Expand Down
Loading

0 comments on commit 09a899f

Please sign in to comment.