Skip to content

Commit

Permalink
Reconciled the heinous offense of using tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherring04 committed Sep 17, 2024
1 parent 52ddb43 commit 428779b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ int Trick::ScheduledJobQueue::push( JobData * new_job ) {
/* Increment the size of the queue */
list_size++ ;

int new_job_index = (insert_pt - list) / sizeof(JobData**);
if(new_job_index < curr_index) {
curr_index++;
}
int new_job_index = (insert_pt - list) / sizeof(JobData**);
if(new_job_index < curr_index) {
curr_index++;
}

return(0) ;

Expand Down

0 comments on commit 428779b

Please sign in to comment.