Skip to content

Commit

Permalink
Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent b71aa9c commit 40368e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dird/ua_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -1221,8 +1221,9 @@ alist *select_jobs(UAContext *ua, const char *reason)
if (insert_selected_jobid(selected_jobids, jcr->JobId)) {
cnt++;
}
free_jcr(jcr);
jcr = NULL;

free_jcr(jcr);
jcr = NULL;
}
}
}
Expand Down

0 comments on commit 40368e9

Please sign in to comment.