Skip to content

Commit

Permalink
CS, remove trailing ?>
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Aug 15, 2012
1 parent 0c244b4 commit 182310c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions File/IMC/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,7 @@ public function __toString()
}
}

if ( !function_exists('quoted_printable_encode') )
{
if (!function_exists('quoted_printable_encode')) {
/**
* quoted_printable_encode()
* PHP 5.3.0
Expand Down Expand Up @@ -704,5 +703,3 @@ function quoted_printable_encode($str)
return $ret;
}
}

?>

0 comments on commit 182310c

Please sign in to comment.