diff --git a/src/smap/job_functions.c b/src/smap/job_functions.c index 730dcdcdd01dc73ceeb229a60b2fac6fc8306368..c79c756549e2bb495a841101a9be2389df74d00d 100644 --- a/src/smap/job_functions.c +++ b/src/smap/job_functions.c @@ -261,7 +261,7 @@ static int _print_text_job(job_info_t * job_ptr) mvwprintw(ba_system_ptr->text_win, ba_system_ptr->ycord, ba_system_ptr->xcord, "%.2s", job_state_string_compact(job_ptr->job_state)); - ba_system_ptr->xcord += 3; + ba_system_ptr->xcord += 2; if(!strcasecmp(job_ptr->nodes,"waiting...")) { sprintf(time_buf,"0:00:00"); } else {