@@ -125,9 +125,9 @@ CFE_Status_t CS_ComputeTables(CS_Res_Tables_Table_Entry_t *ResultsEntry, uint32
125125 uint32 NewChecksumValue = 0 ;
126126 CFE_Status_t Status = CFE_SUCCESS ;
127127 CFE_Status_t Result = CFE_SUCCESS ;
128- CFE_Status_t ResultShare = 0 ;
129- CFE_Status_t ResultGetInfo = 0 ;
130- CFE_Status_t ResultGetAddress = 0 ;
128+ CFE_Status_t ResultShare = 0 ;
129+ CFE_Status_t ResultGetInfo = 0 ;
130+ CFE_Status_t ResultGetAddress = 0 ;
131131
132132 /* variables to get the table address */
133133 CFE_TBL_Handle_t LocalTblHandle = CFE_TBL_BAD_TABLE_HANDLE ;
@@ -313,7 +313,7 @@ CFE_Status_t CS_ComputeApp(CS_Res_App_Table_Entry_t *ResultsEntry, uint32 *Compu
313313 uint32 NewChecksumValue = 0 ;
314314 CFE_Status_t Status = CFE_SUCCESS ;
315315 CFE_Status_t Result ;
316- CFE_Status_t ResultGetResourceID = CS_ERROR ;
316+ CFE_Status_t ResultGetResourceID ;
317317 CFE_Status_t ResultGetResourceInfo = CS_ERROR ;
318318 bool ResultAddressValid = false;
319319
@@ -780,11 +780,11 @@ void CS_RecomputeTablesChildTask(void)
780780/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
781781void CS_OneShotChildTask (void )
782782{
783- uint32 NewChecksumValue = 0 ;
784- uint32 NumBytesRemainingCycles = 0 ;
785- uint32 NumBytesThisCycle = 0 ;
786- cpuaddr FirstAddrThisCycle = 0 ;
787- uint32 MaxBytesPerCycle = 0 ;
783+ uint32 NewChecksumValue ;
784+ uint32 NumBytesRemainingCycles ;
785+ uint32 NumBytesThisCycle ;
786+ cpuaddr FirstAddrThisCycle ;
787+ uint32 MaxBytesPerCycle ;
788788
789789 NewChecksumValue = 0 ;
790790 NumBytesRemainingCycles = CS_AppData .HkPacket .Payload .LastOneShotSize ;
0 commit comments