Commit a0f9ae90 authored by Moe Jette's avatar Moe Jette
Browse files

some minor formatting changes. fixed typo in _set_multi_core_data()

determination if user set any specs
from
	    ((job_desc->job_min_threads  == (uint16_t) NO_VAL)	||
	     (job_desc->job_min_threads  == (uint16_t) NO_VAL))	
to
	    ((job_desc->job_min_threads  == (uint16_t) NO_VAL)	||
	     (job_desc->job_min_threads  == (uint16_t) 1))	
parent 9d5bf647
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment