From d5d5c66ec9f5f98a403d8f1fa88d908d45cb505c Mon Sep 17 00:00:00 2001 From: andrewpthompson Date: Wed, 22 Aug 2018 10:27:09 +0930 Subject: [PATCH] Fixed whitespace --- CRM/Utils/PDF/Label.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/PDF/Label.php b/CRM/Utils/PDF/Label.php index c481ea200b..97d765de03 100644 --- a/CRM/Utils/PDF/Label.php +++ b/CRM/Utils/PDF/Label.php @@ -184,7 +184,7 @@ class CRM_Utils_PDF_Label extends TCPDF { * @param string $text */ public function generateLabel($text) { - // paddingLeft is used for both left & right padding so needs to be + // paddingLeft is used for both left & right padding so needs to be // subtracted twice from width to get the width that is available for text $args = array( 'w' => $this->width - 2 * $this->paddingLeft, -- 2.25.1