whitespace fix
[civicrm-core.git] / tools / scripts / composer / dompdf-cleanup.sh
index aa8c9c5f3d2382d6fd9e1cb1649a7bba6dfb5101..fac6c1ec89e7e72f4a7f2e57985b4c30bfac4463 100755 (executable)
@@ -24,21 +24,21 @@ function safe_delete() {
 ## usage: make_font_cache > font-cache.php
 function make_font_cache() {
 php -r "echo json_encode(array (
-  'sans-serif' => 
+  'sans-serif' =>
   array (
     'normal' => 'Helvetica',
     'bold' => 'Helvetica-Bold',
     'italic' => 'Helvetica-Oblique',
     'bold_italic' => 'Helvetica-BoldOblique',
   ),
-  'times' => 
+  'times' =>
   array (
     'normal' => 'Times-Roman',
     'bold' => 'Times-Bold',
     'italic' => 'Times-Italic',
     'bold_italic' => 'Times-BoldItalic',
   ),
-  'times-roman' => 
+  'times-roman' =>
   array (
     'normal' => 'Times-Roman',
     'bold' => 'Times-Bold',