Skip to content

Commit

Permalink
MDL-40585 fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jul 23, 2013
1 parent a8369f6 commit 36c3919
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -42,7 +42,7 @@ abstract class grouped_parser_processor extends simplified_parser_processor {

protected $groupedpaths; // Paths we are requesting grouped
protected $currentdata; // Where we'll be acummulating data

/**
* Keep cache of parent directory paths for XML parsing.
* @var array
Expand Down Expand Up @@ -189,7 +189,7 @@ protected function get_parent_path($path) {
// are grouped near each other. eg; /question_bank/question_category/question/element. After keeping
// question_bank paths in the cache when we move to another area and the question_bank cache is not
// useful any longer.
$this->parentcache = array_slice($this->parentcache, 200, null, true);
$this->parentcache = array_slice($this->parentcache, 200, null, true);
$this->parentcacheavailablesize += 200;
}
}
Expand Down

0 comments on commit 36c3919

Please sign in to comment.