Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / reporting / includes / class.pdf.inc
index 300cd40194987856fee4080535f9f81ba44f86ff..2252c28c86e6dd8c07c68b77e51b5bdc279c0444 100644 (file)
@@ -181,7 +181,7 @@ class Cpdf extends FPDI {
                 {
                     default :        $fontname = "freesans13";     break;
                 }
-            }                  
+            }
             // else use built-in adobe fonts helvetica.
                }
                $this->SetFont($fontname, $style);
@@ -334,4 +334,3 @@ class Cpdf extends FPDI {
 
 } // end of class
 
-?>
\ No newline at end of file