Browse Source

Minor formatting fix

Stephen Ficklin 7 years ago
parent
commit
6834b95512
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripal/api/tripal.jobs.api.inc

+ 2 - 2
tripal/api/tripal.jobs.api.inc

@@ -534,9 +534,9 @@ function tripal_get_active_jobs($modulename = NULL) {
  * Execute a specific Tripal Job.
  *
  * @param $job_id
- *          The job id to be exeuted
+ *   The job id to be exeuted.
  * @param bool $redirect [optional]
- *          Whether to redirect to the job page or not
+ *   Whether to redirect to the job page or not.
  */
 function tripal_execute_job($job_id, $redirect = TRUE) {