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

SMAP - fix spacing with -Db -c options

parent cf0cfd1a
No related branches found
No related tags found
No related merge requests found
...@@ -536,7 +536,7 @@ static void _print_header_part(void) ...@@ -536,7 +536,7 @@ static void _print_header_part(void)
printf(" BG_BLOCK "); printf(" BG_BLOCK ");
printf("STATE "); printf("STATE ");
printf(" JOBID "); printf(" JOBID ");
printf(" CONN "); printf(" CONN ");
if (params.cluster_flags & CLUSTER_FLAG_BGL) if (params.cluster_flags & CLUSTER_FLAG_BGL)
printf(" NODE_USE "); printf(" NODE_USE ");
} }
......
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