Fix indentation

This commit is contained in:
Karsten Heiken
2011-08-03 11:05:43 +02:00
parent b898d6e4f2
commit 0f1d0898fe

View File

@@ -68,7 +68,7 @@ class Trial extends CI_Model {
return $query->row_array(); return $query->row_array();
} }
/** /**
* Get a trial by its project id. * Get a trial by its project id.
* *
* @param type $trial_id The trials to get. * @param type $trial_id The trials to get.