mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Reconciled the heinous offense of using tabs.
This commit is contained in:
parent
52ddb43318
commit
428779b593
@ -92,10 +92,10 @@ int Trick::ScheduledJobQueue::push( JobData * new_job ) {
|
|||||||
/* Increment the size of the queue */
|
/* Increment the size of the queue */
|
||||||
list_size++ ;
|
list_size++ ;
|
||||||
|
|
||||||
int new_job_index = (insert_pt - list) / sizeof(JobData**);
|
int new_job_index = (insert_pt - list) / sizeof(JobData**);
|
||||||
if(new_job_index < curr_index) {
|
if(new_job_index < curr_index) {
|
||||||
curr_index++;
|
curr_index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return(0) ;
|
return(0) ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user