Skip to content
Snippets Groups Projects
Commit ed7e2285 authored by Danny Auble's avatar Danny Auble
Browse files

minor spacing edit

parent f0b7ee38
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ static pthread_mutex_t jobcomp_lock = PTHREAD_MUTEX_INITIALIZER;
static int _mysql_jobcomp_check_tables()
{
if (mysql_db_create_table(jobcomp_mysql_conn, jobcomp_table,
jobcomp_table_fields,
jobcomp_table_fields,
", primary key (jobid, starttime, endtime))")
== SLURM_ERROR)
return SLURM_ERROR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment