summaryrefslogtreecommitdiff
path: root/app/Report/ReportPdfImage.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-08-09 11:50:48 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-08-09 15:11:52 +0100
commitce15a17af204fa17bb93b13c5560e56ac2e40c87 (patch)
tree3d8a3902c96109494c38c516f6250ee15461933f /app/Report/ReportPdfImage.php
parentbf43cb39fd09a9a0812ae9e52b69b20a98790ce5 (diff)
downloadwebtrees-ce15a17af204fa17bb93b13c5560e56ac2e40c87.tar.gz
webtrees-ce15a17af204fa17bb93b13c5560e56ac2e40c87.tar.bz2
webtrees-ce15a17af204fa17bb93b13c5560e56ac2e40c87.zip
CodeStyle
Diffstat (limited to 'app/Report/ReportPdfImage.php')
-rw-r--r--app/Report/ReportPdfImage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Report/ReportPdfImage.php b/app/Report/ReportPdfImage.php
index c45db986db..4af9a7636e 100644
--- a/app/Report/ReportPdfImage.php
+++ b/app/Report/ReportPdfImage.php
@@ -38,8 +38,8 @@ class ReportPdfImage extends ReportBaseImage
// If current position (left)set "."
if ($this->x == '.') {
$this->x = $renderer->GetX();
- } // For static position add margin
- else {
+ } else {
+ // For static position add margin
$this->x = $renderer->addMarginX($this->x);
$renderer->SetX($curx);
}