Skip to content

Commit

Permalink
MDL-32888: Whitespace fixes (grr)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Dec 2, 2013
1 parent 7363aac commit 2b267d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions grade/report/grader/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public function print_toggle($type) {
* This consists of student names and icons, links to user reports and id numbers, as well
* as header cells for these columns. It also includes the fillers required for the
* categories displayed on the right side of the report.
* @param boolean $displayaverages whether to display average rows in the table
* @param boolean $displayaverages whether to display average rows in the table
* @return array Array of html_table_row objects
*/
public function get_left_rows($displayaverages) {
Expand Down Expand Up @@ -692,7 +692,7 @@ public function get_left_rows($displayaverages) {

/**
* Builds and returns the rows that will make up the right part of the grader report
* @param boolean $displayaverages whether to display average rows in the table
* @param boolean $displayaverages whether to display average rows in the table
* @return array Array of html_table_row objects
*/
public function get_right_rows($displayaverages) {
Expand Down Expand Up @@ -1067,7 +1067,7 @@ public function get_right_rows($displayaverages) {
* Depending on the style of report (fixedstudents vs traditional one-table),
* arranges the rows of data in one or two tables, and returns the output of
* these tables in HTML
* @param boolean $displayaverages whether to display average rows in the table
* @param boolean $displayaverages whether to display average rows in the table
* @return string HTML
*/
public function get_grade_table($displayaverages = false) {
Expand Down
2 changes: 1 addition & 1 deletion user/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected function htmllize_tree($tree, $dir) {
* @param string $firstinitial the first initial of the firstname
* @param string $lastinitial the first initial of the lastname
* @param int $usercount the amount of users meeting the search criteria
* @param int $totalcount the amount of users of the set/subset being searched
* @param int $totalcount the amount of users of the set/subset being searched
* @param string $heading heading of the subset being searched, default is All Participants
* @return string html output
*/
Expand Down

0 comments on commit 2b267d3

Please sign in to comment.