Skip to content

Commit

Permalink
Whitespace correction
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 15, 2013
1 parent c6931e4 commit e6df053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/abeautifulsite/SimpleImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ function invert() {
* @return SimpleImage
*
*/
function brightness ($level) {
function brightness($level) {
imagefilter($this->image, IMG_FILTER_BRIGHTNESS, $this->keep_within($level, -255, 255));
return $this;
}
Expand Down Expand Up @@ -1191,4 +1191,4 @@ protected function normalize_color($color) {
return false;
}

}
}

0 comments on commit e6df053

Please sign in to comment.