Skip to content
Snippets Groups Projects
Commit f2607547 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Remove stray white-space.

parent 5f23a6e8
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,6 @@ int main(int argc, char *argv[]) ...@@ -128,7 +128,6 @@ int main(int argc, char *argv[])
if (opt.burst_buffer_file) if (opt.burst_buffer_file)
_add_bb_to_script(&script_body, opt.burst_buffer_file); _add_bb_to_script(&script_body, opt.burst_buffer_file);
if (spank_init_post_opt() < 0) { if (spank_init_post_opt() < 0) {
error("Plugin stack post-option processing failed"); error("Plugin stack post-option processing failed");
......
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