diff --git a/dev/initdata/generate-order.php b/dev/initdata/generate-order.php
index 5e53fa752a2..e0adb2a256e 100755
--- a/dev/initdata/generate-order.php
+++ b/dev/initdata/generate-order.php
@@ -220,4 +220,3 @@ for ($s = 0 ; $s < GEN_NUMBER_COMMANDE ; $s++)
dol_print_error($db,$object->error);
}
}
-
diff --git a/dev/initdata/generate-product.php b/dev/initdata/generate-product.php
index 393d5c5ce3d..f1b6c25e92a 100755
--- a/dev/initdata/generate-product.php
+++ b/dev/initdata/generate-product.php
@@ -96,5 +96,3 @@ for ($s = 0 ; $s < GEN_NUMBER_PRODUIT ; $s++)
if ($ret < 0) print "Error $ret - ".$produit->error."\n";
else print " OK with ref ".$produit->ref."\n";
}
-
-
diff --git a/dev/initdata/generate-thirdparty.php b/dev/initdata/generate-thirdparty.php
index 7f2c3e2055d..3744abeae7c 100755
--- a/dev/initdata/generate-thirdparty.php
+++ b/dev/initdata/generate-thirdparty.php
@@ -127,5 +127,3 @@ for ($s = 0 ; $s < GEN_NUMBER_SOCIETE ; $s++)
print "Error: ".$soc->error."\n";
}
}
-
-
diff --git a/dev/initdata/purge-data.php b/dev/initdata/purge-data.php
index 2bdf200225b..63a10d84bc5 100755
--- a/dev/initdata/purge-data.php
+++ b/dev/initdata/purge-data.php
@@ -275,4 +275,3 @@ else
}
$db->close();
-
diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml
index 879d791b8e9..15c5c1def7d 100644
--- a/dev/setup/codesniffer/ruleset.xml
+++ b/dev/setup/codesniffer/ruleset.xml
@@ -65,7 +65,7 @@
0
-
+
0
@@ -419,4 +416,8 @@
+
+
+
+
diff --git a/dev/translation/sanity_check_en_langfiles.php b/dev/translation/sanity_check_en_langfiles.php
index 0e3b2c7513f..d053aa13bce 100755
--- a/dev/translation/sanity_check_en_langfiles.php
+++ b/dev/translation/sanity_check_en_langfiles.php
@@ -388,4 +388,3 @@ if ($web)
}
exit;
-
diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
index e5f1d211f3b..0e59b0ab902 100644
--- a/htdocs/accountancy/admin/accountmodel.php
+++ b/htdocs/accountancy/admin/accountmodel.php
@@ -874,4 +874,3 @@ function fieldListAccountModel($fieldlist, $obj='', $tabname='', $context='')
}
}
}
-
diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php
index 1f10403f798..fad0cee65cd 100644
--- a/htdocs/accountancy/admin/categories_list.php
+++ b/htdocs/accountancy/admin/categories_list.php
@@ -873,4 +873,3 @@ function fieldListAccountingCategories($fieldlist, $obj='', $tabname='', $contex
}
}
}
-
diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
index 1130020b01d..2ba8b697bc9 100644
--- a/htdocs/accountancy/class/lettering.class.php
+++ b/htdocs/accountancy/class/lettering.class.php
@@ -314,4 +314,3 @@ class Lettering extends BookKeeping
}
}
}
-
diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
index fc3b8f15f39..8e67983b55a 100644
--- a/htdocs/admin/dict.php
+++ b/htdocs/admin/dict.php
@@ -1990,4 +1990,3 @@ function fieldList($fieldlist, $obj='', $tabname='', $context='')
return $withentity;
}
-
diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php
index cb4972e84b3..56866fdaea7 100644
--- a/htdocs/admin/ldap_contacts.php
+++ b/htdocs/admin/ldap_contacts.php
@@ -321,4 +321,3 @@ if (function_exists("ldap_connect"))
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/admin/livraison.php b/htdocs/admin/livraison.php
index a7c38a95e1f..e49ef792700 100644
--- a/htdocs/admin/livraison.php
+++ b/htdocs/admin/livraison.php
@@ -481,4 +481,3 @@ print '';
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php
index da31a794374..f82ffc6f3ee 100644
--- a/htdocs/admin/mails_templates.php
+++ b/htdocs/admin/mails_templates.php
@@ -1065,4 +1065,3 @@ function fieldList($fieldlist, $obj='', $tabname='', $context='')
}
}
}
-
diff --git a/htdocs/admin/supplier_proposal.php b/htdocs/admin/supplier_proposal.php
index 1756974379c..71ea0a6914b 100644
--- a/htdocs/admin/supplier_proposal.php
+++ b/htdocs/admin/supplier_proposal.php
@@ -585,4 +585,3 @@ print "\n
";
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/admin/tools/export.php b/htdocs/admin/tools/export.php
index 6b0ea790ab2..9f3caf91881 100644
--- a/htdocs/admin/tools/export.php
+++ b/htdocs/admin/tools/export.php
@@ -234,4 +234,3 @@ header("Location: dolibarr_export.php");
$time_end = time();
$db->close();
-
diff --git a/htdocs/admin/tools/export_files.php b/htdocs/admin/tools/export_files.php
index 809cea3b271..0aae9083565 100644
--- a/htdocs/admin/tools/export_files.php
+++ b/htdocs/admin/tools/export_files.php
@@ -163,4 +163,3 @@ header("Location: dolibarr_export.php");
$time_end = time();
$db->close();
-
diff --git a/htdocs/admin/website.php b/htdocs/admin/website.php
index e36b8d59df3..7f7569caf17 100644
--- a/htdocs/admin/website.php
+++ b/htdocs/admin/website.php
@@ -695,4 +695,3 @@ function fieldListWebsites($fieldlist, $obj='', $tabname='', $context='')
}
}
}
-
diff --git a/htdocs/admin/website_options.php b/htdocs/admin/website_options.php
index 9d724b86390..48c2bdcdd08 100644
--- a/htdocs/admin/website_options.php
+++ b/htdocs/admin/website_options.php
@@ -147,4 +147,3 @@ dol_fiche_end();
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/api/admin/explorer.php b/htdocs/api/admin/explorer.php
index c3b54e36b6c..951e88f63fc 100644
--- a/htdocs/api/admin/explorer.php
+++ b/htdocs/api/admin/explorer.php
@@ -221,4 +221,3 @@ print $langs->trans("OnlyActiveElementsAreExposed", DOL_URL_ROOT.'/admin/modules
llxFooter();
$db->close();
-
diff --git a/htdocs/blockedlog/ajax/authority.php b/htdocs/blockedlog/ajax/authority.php
index 1104eeb3c02..1b002dda574 100644
--- a/htdocs/blockedlog/ajax/authority.php
+++ b/htdocs/blockedlog/ajax/authority.php
@@ -69,5 +69,3 @@ elseif(!empty($newblock)){
else{
echo 'idontunderstandwhatihavetodo';
}
-
-
diff --git a/htdocs/bookmarks/bookmarks.lib.php b/htdocs/bookmarks/bookmarks.lib.php
index abe562c5ad9..5dd55a95873 100644
--- a/htdocs/bookmarks/bookmarks.lib.php
+++ b/htdocs/bookmarks/bookmarks.lib.php
@@ -150,4 +150,3 @@ function printBookmarksList($aDb, $aLangs)
return $ret;
}
-
diff --git a/htdocs/bookmarks/list.php b/htdocs/bookmarks/list.php
index e26b38c2513..5cbd07393e3 100644
--- a/htdocs/bookmarks/list.php
+++ b/htdocs/bookmarks/list.php
@@ -212,5 +212,3 @@ else
// End of page
llxFooter();
$db->close();
-
-
diff --git a/htdocs/cashdesk/class/Auth.class.php b/htdocs/cashdesk/class/Auth.class.php
index 78b76e20d11..343204e7870 100644
--- a/htdocs/cashdesk/class/Auth.class.php
+++ b/htdocs/cashdesk/class/Auth.class.php
@@ -139,4 +139,3 @@ class Auth
return $ret;
}
}
-
diff --git a/htdocs/cashdesk/deconnexion.php b/htdocs/cashdesk/deconnexion.php
index 0602b577378..67fc4e9cbb6 100644
--- a/htdocs/cashdesk/deconnexion.php
+++ b/htdocs/cashdesk/deconnexion.php
@@ -34,4 +34,3 @@ unset($_SESSION['uid']);
header('Location: '.DOL_URL_ROOT.'/cashdesk/index.php');
exit;
-
diff --git a/htdocs/cashdesk/facturation_verif.php b/htdocs/cashdesk/facturation_verif.php
index 6aa81d991df..160f0876ef5 100644
--- a/htdocs/cashdesk/facturation_verif.php
+++ b/htdocs/cashdesk/facturation_verif.php
@@ -233,4 +233,3 @@ $_SESSION['serObjFacturation'] = serialize($obj_facturation);
//var_dump($_SESSION['serObjFacturation']);
header('Location: '.$redirection);
exit;
-
diff --git a/htdocs/cashdesk/include/environnement.php b/htdocs/cashdesk/include/environnement.php
index 4490d4cf405..6442d1776e3 100644
--- a/htdocs/cashdesk/include/environnement.php
+++ b/htdocs/cashdesk/include/environnement.php
@@ -49,4 +49,3 @@ $conf_nbr_car_listes = 60; // Nombre max de caracteres par ligne dans les listes
// Add hidden option to force decrease of stock whatever is user setup
if (! empty($conf->global->CASHDESK_FORCE_STOCK_ON_BILL)) $conf->global->STOCK_CALCULATE_ON_BILL=1;
-
diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php
index cd354293022..8976434b559 100644
--- a/htdocs/cashdesk/index_verif.php
+++ b/htdocs/cashdesk/index_verif.php
@@ -140,4 +140,3 @@ else
header('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username.'&socid='.$thirdpartyid.'&warehouseid='.$warehouseid);
exit;
}
-
diff --git a/htdocs/cashdesk/validation.php b/htdocs/cashdesk/validation.php
index ff1219861e2..f52802f1f5d 100644
--- a/htdocs/cashdesk/validation.php
+++ b/htdocs/cashdesk/validation.php
@@ -25,4 +25,3 @@ $form=new Form($db);
// Affichage des templates
require 'tpl/validation1.tpl.php';
-
diff --git a/htdocs/cashdesk/validation_ok.php b/htdocs/cashdesk/validation_ok.php
index c8c83a91f18..78b66a3e502 100644
--- a/htdocs/cashdesk/validation_ok.php
+++ b/htdocs/cashdesk/validation_ok.php
@@ -23,4 +23,3 @@
// Affichage des templates
require 'tpl/validation2.tpl.php';
-
diff --git a/htdocs/cashdesk/validation_ticket.php b/htdocs/cashdesk/validation_ticket.php
index a98b50b0bc9..9efad161821 100644
--- a/htdocs/cashdesk/validation_ticket.php
+++ b/htdocs/cashdesk/validation_ticket.php
@@ -40,4 +40,3 @@ if (empty($reshook))
$_SESSION['serObjFacturation'] = serialize($obj_facturation);
-
diff --git a/htdocs/commande/class/commandestats.class.php b/htdocs/commande/class/commandestats.class.php
index 3c6ec07c6cb..f931688c154 100644
--- a/htdocs/commande/class/commandestats.class.php
+++ b/htdocs/commande/class/commandestats.class.php
@@ -223,4 +223,3 @@ class CommandeStats extends Stats
return $this->_getAllByProduct($sql);
}
}
-
diff --git a/htdocs/commande/customer.php b/htdocs/commande/customer.php
index 575c7985e3a..0b420eabac6 100644
--- a/htdocs/commande/customer.php
+++ b/htdocs/commande/customer.php
@@ -193,4 +193,3 @@ else
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/compta/deplacement/class/deplacementstats.class.php b/htdocs/compta/deplacement/class/deplacementstats.class.php
index ae93eb094d9..ac7e9bc9dc7 100644
--- a/htdocs/compta/deplacement/class/deplacementstats.class.php
+++ b/htdocs/compta/deplacement/class/deplacementstats.class.php
@@ -166,4 +166,3 @@ class DeplacementStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/compta/facture/class/facturestats.class.php b/htdocs/compta/facture/class/facturestats.class.php
index 4cf9477613e..459b13081b4 100644
--- a/htdocs/compta/facture/class/facturestats.class.php
+++ b/htdocs/compta/facture/class/facturestats.class.php
@@ -225,4 +225,3 @@ class FactureStats extends Stats
return $this->_getAllByProduct($sql);
}
}
-
diff --git a/htdocs/compta/prelevement/stats.php b/htdocs/compta/prelevement/stats.php
index e7bd8622fa2..ea4d91d6022 100644
--- a/htdocs/compta/prelevement/stats.php
+++ b/htdocs/compta/prelevement/stats.php
@@ -228,4 +228,3 @@ else
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/compta/salaries/class/salariesstats.class.php b/htdocs/compta/salaries/class/salariesstats.class.php
index 82a8d094148..6982d453408 100644
--- a/htdocs/compta/salaries/class/salariesstats.class.php
+++ b/htdocs/compta/salaries/class/salariesstats.class.php
@@ -164,4 +164,3 @@ class SalariesStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/core/actions_builddoc.inc.php b/htdocs/core/actions_builddoc.inc.php
index 9d33def496c..6413dfdf297 100644
--- a/htdocs/core/actions_builddoc.inc.php
+++ b/htdocs/core/actions_builddoc.inc.php
@@ -133,4 +133,3 @@ if ($action == 'remove_file' && $permissioncreate)
header('Location: '.$urltoredirect);
exit;
}
-
diff --git a/htdocs/core/actions_changeselectedfields.inc.php b/htdocs/core/actions_changeselectedfields.inc.php
index 6d39272f74e..4cfc29209b1 100644
--- a/htdocs/core/actions_changeselectedfields.inc.php
+++ b/htdocs/core/actions_changeselectedfields.inc.php
@@ -44,5 +44,3 @@ if (GETPOST('formfilteraction') == 'listafterchangingselectedfields')
//$action='list';
//var_dump($tabparam);exit;
}
-
-
diff --git a/htdocs/core/actions_dellink.inc.php b/htdocs/core/actions_dellink.inc.php
index 7d20f124277..d2b8019a5e0 100644
--- a/htdocs/core/actions_dellink.inc.php
+++ b/htdocs/core/actions_dellink.inc.php
@@ -43,4 +43,3 @@ if ($action == 'dellink' && ! empty($permissiondellink) && ! GETPOST('cancel','a
$result=$object->deleteObjectLinked(0, '', 0, '', $dellinkid);
if ($result < 0) setEventMessages($object->error,$object->errors,'errors');
}
-
diff --git a/htdocs/core/actions_extrafields.inc.php b/htdocs/core/actions_extrafields.inc.php
index bae5001b256..a50fadec1af 100644
--- a/htdocs/core/actions_extrafields.inc.php
+++ b/htdocs/core/actions_extrafields.inc.php
@@ -402,4 +402,3 @@ if ($action == 'delete')
$mesg=$langs->trans("ErrorFieldCanNotContainSpecialCharacters",$langs->transnoentities("AttributeCode"));
}
}
-
diff --git a/htdocs/core/actions_lineupdown.inc.php b/htdocs/core/actions_lineupdown.inc.php
index bcf251e0763..8b5e3e3a24c 100644
--- a/htdocs/core/actions_lineupdown.inc.php
+++ b/htdocs/core/actions_lineupdown.inc.php
@@ -70,4 +70,3 @@ if ($action == 'down' && $permissiontoedit)
header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '#' . GETPOST('rowid'));
exit();
}
-
diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
index 630c67e9979..a8fdec68f0d 100644
--- a/htdocs/core/actions_massactions.inc.php
+++ b/htdocs/core/actions_massactions.inc.php
@@ -1249,6 +1249,3 @@ $parameters['uploaddir']=$uploaddir;
$reshook=$hookmanager->executeHooks('doMassActions',$parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
-
-
-
diff --git a/htdocs/core/actions_setmoduleoptions.inc.php b/htdocs/core/actions_setmoduleoptions.inc.php
index 03ff1491e49..fec4ef08c11 100644
--- a/htdocs/core/actions_setmoduleoptions.inc.php
+++ b/htdocs/core/actions_setmoduleoptions.inc.php
@@ -114,4 +114,3 @@ if ($action == 'setModuleOptions')
if (empty($nomessageinsetmoduleoptions)) setEventMessages($langs->trans("SetupNotSaved"), null, 'errors');
}
}
-
diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
index d90a3f5f316..e74974240e3 100644
--- a/htdocs/core/ajax/ajaxdirtree.php
+++ b/htdocs/core/ajax/ajaxdirtree.php
@@ -491,4 +491,3 @@ function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir,
else print "PermissionDenied";
}
}
-
diff --git a/htdocs/core/ajax/bankconciliate.php b/htdocs/core/ajax/bankconciliate.php
index e5bfb674e8f..47e86864d89 100644
--- a/htdocs/core/ajax/bankconciliate.php
+++ b/htdocs/core/ajax/bankconciliate.php
@@ -94,4 +94,3 @@ if (($user->rights->banque->modifier || $user->rights->banque->consolidate) && $
exit;
}
-
diff --git a/htdocs/core/ajax/box.php b/htdocs/core/ajax/box.php
index 93b317a43c9..664af93822b 100644
--- a/htdocs/core/ajax/box.php
+++ b/htdocs/core/ajax/box.php
@@ -77,4 +77,3 @@ if ($boxorder && $zone != '' && $userid > 0)
}
}
}
-
diff --git a/htdocs/core/ajax/check_notifications.php b/htdocs/core/ajax/check_notifications.php
index a5c73655bab..35d465ae632 100644
--- a/htdocs/core/ajax/check_notifications.php
+++ b/htdocs/core/ajax/check_notifications.php
@@ -116,4 +116,3 @@ if ($time >= $_SESSION['auto_check_events_not_before'])
}
print json_encode($eventfound);
-
diff --git a/htdocs/core/ajax/constantonoff.php b/htdocs/core/ajax/constantonoff.php
index 0f733f4df5c..2095ec88e5a 100644
--- a/htdocs/core/ajax/constantonoff.php
+++ b/htdocs/core/ajax/constantonoff.php
@@ -64,4 +64,3 @@ if (! empty($action) && ! empty($name))
}
}
}
-
diff --git a/htdocs/core/ajax/contacts.php b/htdocs/core/ajax/contacts.php
index 777fa076639..b1c9d7a82fa 100644
--- a/htdocs/core/ajax/contacts.php
+++ b/htdocs/core/ajax/contacts.php
@@ -54,4 +54,3 @@ if (! empty($id) && ! empty($action) && ! empty($htmlname))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/extraparams.php b/htdocs/core/ajax/extraparams.php
index e5972d29d70..1b51dac0475 100644
--- a/htdocs/core/ajax/extraparams.php
+++ b/htdocs/core/ajax/extraparams.php
@@ -74,4 +74,3 @@ if(! empty($id) && ! empty($element) && ! empty($htmlelement) && ! empty($type))
$result=$object->setExtraParameters();
}
-
diff --git a/htdocs/core/ajax/fileupload.php b/htdocs/core/ajax/fileupload.php
index 1cf5678cb00..dd7fcd88131 100644
--- a/htdocs/core/ajax/fileupload.php
+++ b/htdocs/core/ajax/fileupload.php
@@ -73,4 +73,3 @@ switch ($_SERVER['REQUEST_METHOD']) {
}
$db->close();
-
diff --git a/htdocs/core/ajax/getaccountcurrency.php b/htdocs/core/ajax/getaccountcurrency.php
index d58c81efdba..46244f8ec7a 100644
--- a/htdocs/core/ajax/getaccountcurrency.php
+++ b/htdocs/core/ajax/getaccountcurrency.php
@@ -54,4 +54,3 @@ if (! empty($id))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/loadinplace.php b/htdocs/core/ajax/loadinplace.php
index abf3efba7db..c7284d140c8 100644
--- a/htdocs/core/ajax/loadinplace.php
+++ b/htdocs/core/ajax/loadinplace.php
@@ -112,4 +112,3 @@ if (! empty($field) && ! empty($element) && ! empty($table_element) && ! empty($
echo $langs->transnoentities('NotEnoughPermissions');
}
}
-
diff --git a/htdocs/core/ajax/price.php b/htdocs/core/ajax/price.php
index 3eab18216d1..96eb42ba076 100644
--- a/htdocs/core/ajax/price.php
+++ b/htdocs/core/ajax/price.php
@@ -63,4 +63,3 @@ if (! empty($output) && isset($amount) && isset($tva_tx))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/row.php b/htdocs/core/ajax/row.php
index 5348f36976d..11c1d614304 100644
--- a/htdocs/core/ajax/row.php
+++ b/htdocs/core/ajax/row.php
@@ -73,4 +73,3 @@ if ((! empty($_POST['roworder'])) && (! empty($_POST['table_element_line']))
$result=$row->line_order(true);
}
}
-
diff --git a/htdocs/core/ajax/saveinplace.php b/htdocs/core/ajax/saveinplace.php
index 188dcbb29da..88eb7b22b0a 100644
--- a/htdocs/core/ajax/saveinplace.php
+++ b/htdocs/core/ajax/saveinplace.php
@@ -229,4 +229,3 @@ if (! empty($field) && ! empty($element) && ! empty($table_element) && ! empty($
echo $langs->trans('NotEnoughPermissions');
}
}
-
diff --git a/htdocs/core/ajax/security.php b/htdocs/core/ajax/security.php
index d6bfe51b45c..0ed7545b4cf 100644
--- a/htdocs/core/ajax/security.php
+++ b/htdocs/core/ajax/security.php
@@ -49,4 +49,3 @@ if (isset($_GET['action']) && ! empty($_GET['action']))
echo getRandomPassword($generic);
}
}
-
diff --git a/htdocs/core/ajax/selectsearchbox.php b/htdocs/core/ajax/selectsearchbox.php
index 8d6c4fe0c31..c8ca10b21b4 100644
--- a/htdocs/core/ajax/selectsearchbox.php
+++ b/htdocs/core/ajax/selectsearchbox.php
@@ -170,4 +170,3 @@ if (! isset($usedbyinclude) || empty($usedbyinclude))
print json_encode($arrayresult);
if (is_object($db)) $db->close();
}
-
diff --git a/htdocs/core/ajax/vatrates.php b/htdocs/core/ajax/vatrates.php
index 8fe38d02552..29070c57985 100644
--- a/htdocs/core/ajax/vatrates.php
+++ b/htdocs/core/ajax/vatrates.php
@@ -67,4 +67,3 @@ if (! empty($id) && ! empty($action) && ! empty($htmlname))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/ziptown.php b/htdocs/core/ajax/ziptown.php
index c1af6a2ac22..a7d40a69aba 100644
--- a/htdocs/core/ajax/ziptown.php
+++ b/htdocs/core/ajax/ziptown.php
@@ -135,4 +135,3 @@ else
}
$db->close();
-
diff --git a/htdocs/core/antispamimage.php b/htdocs/core/antispamimage.php
index 7f0f2bde12f..9d0f8e46ad2 100644
--- a/htdocs/core/antispamimage.php
+++ b/htdocs/core/antispamimage.php
@@ -65,4 +65,3 @@ $background_color = imagecolorallocate($img, 250, 250, 250);
$ecriture_color = imagecolorallocate($img, 0, 0, 0);
imagestring($img, 4, 24, 8, $string, $ecriture_color);
imagepng($img);
-
diff --git a/htdocs/core/boxes/box_actions.php b/htdocs/core/boxes/box_actions.php
index aea85fd111e..51577c4c40b 100644
--- a/htdocs/core/boxes/box_actions.php
+++ b/htdocs/core/boxes/box_actions.php
@@ -260,4 +260,3 @@ class box_actions extends ModeleBoxes
return '';
}
}
-
diff --git a/htdocs/core/boxes/box_bookmarks.php b/htdocs/core/boxes/box_bookmarks.php
index c3a29877104..f9a8f4ee036 100644
--- a/htdocs/core/boxes/box_bookmarks.php
+++ b/htdocs/core/boxes/box_bookmarks.php
@@ -162,4 +162,3 @@ class box_bookmarks extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_clients.php b/htdocs/core/boxes/box_clients.php
index 9b1e4e34261..7ad87687761 100644
--- a/htdocs/core/boxes/box_clients.php
+++ b/htdocs/core/boxes/box_clients.php
@@ -178,4 +178,3 @@ class box_clients extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_commandes.php b/htdocs/core/boxes/box_commandes.php
index 3f86909f04a..1e4163d5a8c 100644
--- a/htdocs/core/boxes/box_commandes.php
+++ b/htdocs/core/boxes/box_commandes.php
@@ -203,4 +203,3 @@ class box_commandes extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_comptes.php b/htdocs/core/boxes/box_comptes.php
index 5a5c2f59986..0b0304ecaba 100644
--- a/htdocs/core/boxes/box_comptes.php
+++ b/htdocs/core/boxes/box_comptes.php
@@ -189,4 +189,3 @@ class box_comptes extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_contacts.php b/htdocs/core/boxes/box_contacts.php
index 2d9d7e9461b..ae4f82d9c06 100644
--- a/htdocs/core/boxes/box_contacts.php
+++ b/htdocs/core/boxes/box_contacts.php
@@ -190,4 +190,3 @@ class box_contacts extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php
index 7239fa78919..adcea2b5425 100644
--- a/htdocs/core/boxes/box_contracts.php
+++ b/htdocs/core/boxes/box_contracts.php
@@ -194,4 +194,3 @@ class box_contracts extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_external_rss.php b/htdocs/core/boxes/box_external_rss.php
index fa7d35f6db0..4d2c8bb81d5 100644
--- a/htdocs/core/boxes/box_external_rss.php
+++ b/htdocs/core/boxes/box_external_rss.php
@@ -200,4 +200,3 @@ class box_external_rss extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_factures_fourn.php b/htdocs/core/boxes/box_factures_fourn.php
index 617f041d7d2..4656e26aba2 100644
--- a/htdocs/core/boxes/box_factures_fourn.php
+++ b/htdocs/core/boxes/box_factures_fourn.php
@@ -219,4 +219,3 @@ class box_factures_fourn extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_factures_fourn_imp.php b/htdocs/core/boxes/box_factures_fourn_imp.php
index bd8fde32aab..8f5330eedb4 100644
--- a/htdocs/core/boxes/box_factures_fourn_imp.php
+++ b/htdocs/core/boxes/box_factures_fourn_imp.php
@@ -206,4 +206,3 @@ class box_factures_fourn_imp extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_ficheinter.php b/htdocs/core/boxes/box_ficheinter.php
index 76d1414f53f..4fd4d69eb3a 100644
--- a/htdocs/core/boxes/box_ficheinter.php
+++ b/htdocs/core/boxes/box_ficheinter.php
@@ -171,4 +171,3 @@ class box_ficheinter extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_fournisseurs.php b/htdocs/core/boxes/box_fournisseurs.php
index c66c7f674c2..b80aa461f09 100644
--- a/htdocs/core/boxes/box_fournisseurs.php
+++ b/htdocs/core/boxes/box_fournisseurs.php
@@ -165,4 +165,3 @@ class box_fournisseurs extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_goodcustomers.php b/htdocs/core/boxes/box_goodcustomers.php
index 138326d6c01..a9b9dd2ef4a 100644
--- a/htdocs/core/boxes/box_goodcustomers.php
+++ b/htdocs/core/boxes/box_goodcustomers.php
@@ -174,4 +174,3 @@ class box_goodcustomers extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_invoices_permonth.php b/htdocs/core/boxes/box_graph_invoices_permonth.php
index fd0b4e593c0..e1495a9ca60 100644
--- a/htdocs/core/boxes/box_graph_invoices_permonth.php
+++ b/htdocs/core/boxes/box_graph_invoices_permonth.php
@@ -280,4 +280,3 @@ class box_graph_invoices_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
index f13b19259c9..4c8740f3621 100644
--- a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
+++ b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
@@ -279,4 +279,3 @@ class box_graph_invoices_supplier_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_orders_permonth.php b/htdocs/core/boxes/box_graph_orders_permonth.php
index fefa90c5fea..1ed8ba7046b 100644
--- a/htdocs/core/boxes/box_graph_orders_permonth.php
+++ b/htdocs/core/boxes/box_graph_orders_permonth.php
@@ -278,4 +278,3 @@ class box_graph_orders_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
index e388d226fd2..ba88ea8524f 100644
--- a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
+++ b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
@@ -277,4 +277,3 @@ class box_graph_orders_supplier_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_product_distribution.php b/htdocs/core/boxes/box_graph_product_distribution.php
index 9dc4c162e0f..64d7db079c2 100644
--- a/htdocs/core/boxes/box_graph_product_distribution.php
+++ b/htdocs/core/boxes/box_graph_product_distribution.php
@@ -417,4 +417,3 @@ class box_graph_product_distribution extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_propales_permonth.php b/htdocs/core/boxes/box_graph_propales_permonth.php
index f28b0ec2c99..8dfb55381a4 100644
--- a/htdocs/core/boxes/box_graph_propales_permonth.php
+++ b/htdocs/core/boxes/box_graph_propales_permonth.php
@@ -281,4 +281,3 @@ class box_graph_propales_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_members.php b/htdocs/core/boxes/box_members.php
index b0f999f54f1..f33ca6c942e 100644
--- a/htdocs/core/boxes/box_members.php
+++ b/htdocs/core/boxes/box_members.php
@@ -183,4 +183,3 @@ class box_members extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php
index 3dd66eb1da2..c6e80721710 100644
--- a/htdocs/core/boxes/box_produits.php
+++ b/htdocs/core/boxes/box_produits.php
@@ -231,4 +231,3 @@ class box_produits extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php
index 896ceb93df6..5636113187d 100644
--- a/htdocs/core/boxes/box_produits_alerte_stock.php
+++ b/htdocs/core/boxes/box_produits_alerte_stock.php
@@ -243,4 +243,3 @@ class box_produits_alerte_stock extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_project.php b/htdocs/core/boxes/box_project.php
index a48543a00f6..5afee313a9d 100644
--- a/htdocs/core/boxes/box_project.php
+++ b/htdocs/core/boxes/box_project.php
@@ -200,4 +200,3 @@ class box_project extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_propales.php b/htdocs/core/boxes/box_propales.php
index 2b3426f21b8..b7b97b03eb4 100644
--- a/htdocs/core/boxes/box_propales.php
+++ b/htdocs/core/boxes/box_propales.php
@@ -193,4 +193,3 @@ class box_propales extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_prospect.php b/htdocs/core/boxes/box_prospect.php
index a4382f86048..264673fec2b 100644
--- a/htdocs/core/boxes/box_prospect.php
+++ b/htdocs/core/boxes/box_prospect.php
@@ -181,4 +181,3 @@ class box_prospect extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php
index 708b781f092..3016fcd8892 100644
--- a/htdocs/core/boxes/box_services_contracts.php
+++ b/htdocs/core/boxes/box_services_contracts.php
@@ -246,4 +246,3 @@ class box_services_contracts extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_services_expired.php b/htdocs/core/boxes/box_services_expired.php
index ed62e127816..2a94d5626c0 100644
--- a/htdocs/core/boxes/box_services_expired.php
+++ b/htdocs/core/boxes/box_services_expired.php
@@ -190,4 +190,3 @@ class box_services_expired extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_supplier_orders.php b/htdocs/core/boxes/box_supplier_orders.php
index 4621950843e..3fa212057f5 100644
--- a/htdocs/core/boxes/box_supplier_orders.php
+++ b/htdocs/core/boxes/box_supplier_orders.php
@@ -189,4 +189,3 @@ class box_supplier_orders extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php
index 9ae35403ec7..eaa63f82881 100644
--- a/htdocs/core/boxes/modules_boxes.php
+++ b/htdocs/core/boxes/modules_boxes.php
@@ -503,5 +503,3 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
return $widget;
}
}
-
-
diff --git a/htdocs/core/class/commonorder.class.php b/htdocs/core/class/commonorder.class.php
index 199b29b87cd..9d9445df91c 100644
--- a/htdocs/core/class/commonorder.class.php
+++ b/htdocs/core/class/commonorder.class.php
@@ -145,4 +145,3 @@ abstract class CommonOrderLine extends CommonObjectLine
public $special_code = 0;
}
-
diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php
index de39260e007..9f0c8a01d95 100644
--- a/htdocs/core/class/conf.class.php
+++ b/htdocs/core/class/conf.class.php
@@ -694,4 +694,3 @@ class Conf
}
}
}
-
diff --git a/htdocs/core/class/html.formbank.class.php b/htdocs/core/class/html.formbank.class.php
index 9cf60cc45b1..fff3e86755d 100644
--- a/htdocs/core/class/html.formbank.class.php
+++ b/htdocs/core/class/html.formbank.class.php
@@ -79,4 +79,3 @@ class FormBank
return 'IBANNumber';
}
}
-
diff --git a/htdocs/core/class/html.formmargin.class.php b/htdocs/core/class/html.formmargin.class.php
index cdd827145b0..88b430e832b 100644
--- a/htdocs/core/class/html.formmargin.class.php
+++ b/htdocs/core/class/html.formmargin.class.php
@@ -281,4 +281,3 @@ class FormMargin
print '';
}
}
-
diff --git a/htdocs/core/class/html.formorder.class.php b/htdocs/core/class/html.formorder.class.php
index 781b3f76e4f..0954c08c034 100644
--- a/htdocs/core/class/html.formorder.class.php
+++ b/htdocs/core/class/html.formorder.class.php
@@ -101,4 +101,3 @@ class FormOrder extends Form
return 1;
}
}
-
diff --git a/htdocs/core/class/infobox.class.php b/htdocs/core/class/infobox.class.php
index dedf3ec384f..fccd7080bc2 100644
--- a/htdocs/core/class/infobox.class.php
+++ b/htdocs/core/class/infobox.class.php
@@ -282,4 +282,3 @@ class InfoBox
}
}
}
-
diff --git a/htdocs/core/class/stats.class.php b/htdocs/core/class/stats.class.php
index 90986e7b6da..59d8c21746c 100644
--- a/htdocs/core/class/stats.class.php
+++ b/htdocs/core/class/stats.class.php
@@ -605,4 +605,3 @@ abstract class Stats
return $result;
}
}
-
diff --git a/htdocs/core/db/DoliDB.class.php b/htdocs/core/db/DoliDB.class.php
index ecc27bf88dc..295494b16d7 100644
--- a/htdocs/core/db/DoliDB.class.php
+++ b/htdocs/core/db/DoliDB.class.php
@@ -298,4 +298,3 @@ abstract class DoliDB implements Database
return $this->lastqueryerror;
}
}
-
diff --git a/htdocs/core/filemanagerdol/connectors/php/config.php b/htdocs/core/filemanagerdol/connectors/php/config.php
index 8df350ef150..84f3b6cc41c 100644
--- a/htdocs/core/filemanagerdol/connectors/php/config.php
+++ b/htdocs/core/filemanagerdol/connectors/php/config.php
@@ -173,4 +173,3 @@ $Config['FileTypesPath']['Media'] = $Config['UserFilesPath'] . 'media/' ;
$Config['FileTypesAbsolutePath']['Media']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'media/' ;
$Config['QuickUploadPath']['Media'] = $Config['UserFilesPath'] ;
$Config['QuickUploadAbsolutePath']['Media']= $Config['UserFilesAbsolutePath'] ;
-
diff --git a/htdocs/core/filemanagerdol/connectors/php/upload.php b/htdocs/core/filemanagerdol/connectors/php/upload.php
index 90230504705..3e019e38062 100644
--- a/htdocs/core/filemanagerdol/connectors/php/upload.php
+++ b/htdocs/core/filemanagerdol/connectors/php/upload.php
@@ -68,5 +68,3 @@ $CKEcallback = $_GET['CKEditorFuncNum'];
//modify the next line adding in the new param
FileUpload($sType, $sCurrentFolder, $sCommand, $CKEcallback);
-
-
diff --git a/htdocs/core/filemanagerdol/connectors/php/util.php b/htdocs/core/filemanagerdol/connectors/php/util.php
index f23ba45550a..5df4d778c2c 100644
--- a/htdocs/core/filemanagerdol/connectors/php/util.php
+++ b/htdocs/core/filemanagerdol/connectors/php/util.php
@@ -238,4 +238,3 @@ function IsImageValid( $filePath, $extension )
return true;
}
-
diff --git a/htdocs/core/lib/accounting.lib.php b/htdocs/core/lib/accounting.lib.php
index b0b6dc6855c..4a7c9cc9eb0 100644
--- a/htdocs/core/lib/accounting.lib.php
+++ b/htdocs/core/lib/accounting.lib.php
@@ -226,4 +226,3 @@ function journalHead($nom,$variante,$period,$periodlink,$description,$builddate,
print "\n\n\n";
}
-
diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
index 6dab036193d..730df99904d 100644
--- a/htdocs/core/lib/agenda.lib.php
+++ b/htdocs/core/lib/agenda.lib.php
@@ -561,4 +561,3 @@ function calendars_prepare_head($param)
return $head;
}
-
diff --git a/htdocs/core/lib/barcode.lib.php b/htdocs/core/lib/barcode.lib.php
index efd245209d2..15fa860a82f 100644
--- a/htdocs/core/lib/barcode.lib.php
+++ b/htdocs/core/lib/barcode.lib.php
@@ -412,4 +412,3 @@ function barcode_outimage($text, $bars, $scale = 1, $mode = "png", $total_y = 0,
imagepng($im);
}
}
-
diff --git a/htdocs/core/lib/categories.lib.php b/htdocs/core/lib/categories.lib.php
index 4d85c412bab..a7aebe22d6d 100644
--- a/htdocs/core/lib/categories.lib.php
+++ b/htdocs/core/lib/categories.lib.php
@@ -103,5 +103,3 @@ function categoriesadmin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index 41b0f1af3ef..48e26850ddc 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -1836,6 +1836,3 @@ function show_subsidiaries($conf,$langs,$db,$object)
return $i;
}
-
-
-
diff --git a/htdocs/core/lib/contact.lib.php b/htdocs/core/lib/contact.lib.php
index 3c61410230f..d4001ad0733 100644
--- a/htdocs/core/lib/contact.lib.php
+++ b/htdocs/core/lib/contact.lib.php
@@ -107,4 +107,3 @@ function contact_prepare_head(Contact $object)
return $head;
}
-
diff --git a/htdocs/core/lib/contract.lib.php b/htdocs/core/lib/contract.lib.php
index c7434e80878..9c30e9cbef0 100644
--- a/htdocs/core/lib/contract.lib.php
+++ b/htdocs/core/lib/contract.lib.php
@@ -128,4 +128,3 @@ function contract_admin_prepare_head()
return $head;
}
-
diff --git a/htdocs/core/lib/cron.lib.php b/htdocs/core/lib/cron.lib.php
index 3392785a571..d865a9c6748 100644
--- a/htdocs/core/lib/cron.lib.php
+++ b/htdocs/core/lib/cron.lib.php
@@ -132,5 +132,3 @@ function dol_print_cron_urls()
return 0;
}
-
-
diff --git a/htdocs/core/lib/doc.lib.php b/htdocs/core/lib/doc.lib.php
index b5e607fbbc5..5da54a9e760 100644
--- a/htdocs/core/lib/doc.lib.php
+++ b/htdocs/core/lib/doc.lib.php
@@ -165,4 +165,3 @@ function doc_getlinedesc($line,$outputlangs,$hideref=0,$hidedesc=0,$issupplierli
return $libelleproduitservice;
}
-
diff --git a/htdocs/core/lib/doleditor.lib.php b/htdocs/core/lib/doleditor.lib.php
index 459bb3e3f2b..9893a9bcd50 100644
--- a/htdocs/core/lib/doleditor.lib.php
+++ b/htdocs/core/lib/doleditor.lib.php
@@ -131,4 +131,3 @@ function show_skin($fuser,$edit=0)
print '';
}
-
diff --git a/htdocs/core/lib/ecm.lib.php b/htdocs/core/lib/ecm.lib.php
index 05f16e767ba..e1c4ee731a8 100644
--- a/htdocs/core/lib/ecm.lib.php
+++ b/htdocs/core/lib/ecm.lib.php
@@ -140,4 +140,3 @@ function ecm_prepare_head_fm($object)
return $head;
}
-
diff --git a/htdocs/core/lib/emailing.lib.php b/htdocs/core/lib/emailing.lib.php
index 06ceb2c96b0..dd12385e313 100644
--- a/htdocs/core/lib/emailing.lib.php
+++ b/htdocs/core/lib/emailing.lib.php
@@ -67,4 +67,3 @@ function emailing_prepare_head(Mailing $object)
return $head;
}
-
diff --git a/htdocs/core/lib/expedition.lib.php b/htdocs/core/lib/expedition.lib.php
index 275970c41c1..c8023ebb75f 100644
--- a/htdocs/core/lib/expedition.lib.php
+++ b/htdocs/core/lib/expedition.lib.php
@@ -138,5 +138,3 @@ function expedition_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
index ae80d371e33..48d6e259b1b 100644
--- a/htdocs/core/lib/files.lib.php
+++ b/htdocs/core/lib/files.lib.php
@@ -2973,4 +2973,3 @@ function getFilesUpdated(&$file_list, SimpleXMLElement $dir, $path = '', $pathre
return $file_list;
}
-
diff --git a/htdocs/core/lib/format_cards.lib.php b/htdocs/core/lib/format_cards.lib.php
index ecfce2108dd..5aa3856f21c 100644
--- a/htdocs/core/lib/format_cards.lib.php
+++ b/htdocs/core/lib/format_cards.lib.php
@@ -66,4 +66,3 @@ foreach($_Avery_Labels as $key => $val)
{
$_Avery_Labels[$key]['name'].=' ('.$_Avery_Labels[$key]['paper-size'].' - '.$_Avery_Labels[$key]['NX'].'x'.$_Avery_Labels[$key]['NY'].')';
}
-
diff --git a/htdocs/core/lib/fourn.lib.php b/htdocs/core/lib/fourn.lib.php
index 4f3351a4d86..996d27a058a 100644
--- a/htdocs/core/lib/fourn.lib.php
+++ b/htdocs/core/lib/fourn.lib.php
@@ -227,5 +227,3 @@ function supplierorder_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/geturl.lib.php b/htdocs/core/lib/geturl.lib.php
index 418cc1418b5..30c8bacd7c0 100644
--- a/htdocs/core/lib/geturl.lib.php
+++ b/htdocs/core/lib/geturl.lib.php
@@ -208,4 +208,3 @@ function removeHtmlComment($content)
$content = preg_replace('//', '', $content);
return $content;
}
-
diff --git a/htdocs/core/lib/hrm.lib.php b/htdocs/core/lib/hrm.lib.php
index 08b0e3be01a..449127595fc 100644
--- a/htdocs/core/lib/hrm.lib.php
+++ b/htdocs/core/lib/hrm.lib.php
@@ -88,4 +88,3 @@ function hrm_admin_prepare_head()
return $head;
}
-
diff --git a/htdocs/core/lib/import.lib.php b/htdocs/core/lib/import.lib.php
index c3b8beac249..ffcc8b19305 100644
--- a/htdocs/core/lib/import.lib.php
+++ b/htdocs/core/lib/import.lib.php
@@ -52,4 +52,3 @@ function import_prepare_head($param, $maxstep=0)
return $head;
}
-
diff --git a/htdocs/core/lib/invoice2.lib.php b/htdocs/core/lib/invoice2.lib.php
index f511d12da21..04ac88444f0 100644
--- a/htdocs/core/lib/invoice2.lib.php
+++ b/htdocs/core/lib/invoice2.lib.php
@@ -280,4 +280,3 @@ function rebuild_merge_pdf($db, $langs, $conf, $diroutputpdf, $newlangid, $filte
if ($error) return -1;
else return $result;
}
-
diff --git a/htdocs/core/lib/ldap.lib.php b/htdocs/core/lib/ldap.lib.php
index 9f2e55153d0..ee6a81ef077 100644
--- a/htdocs/core/lib/ldap.lib.php
+++ b/htdocs/core/lib/ldap.lib.php
@@ -184,4 +184,3 @@ function show_ldap_content($result,$level,$count,$var,$hide=0,$subcount=0)
}
return 1;
}
-
diff --git a/htdocs/core/lib/mailmanspip.lib.php b/htdocs/core/lib/mailmanspip.lib.php
index ce7f2927630..5658e5b0e01 100644
--- a/htdocs/core/lib/mailmanspip.lib.php
+++ b/htdocs/core/lib/mailmanspip.lib.php
@@ -43,4 +43,3 @@ function mailmanspip_admin_prepare_head()
)
);
}
-
diff --git a/htdocs/core/lib/memory.lib.php b/htdocs/core/lib/memory.lib.php
index 69c127f915c..66f5d11145e 100644
--- a/htdocs/core/lib/memory.lib.php
+++ b/htdocs/core/lib/memory.lib.php
@@ -270,4 +270,3 @@ function dol_getshmop($memoryid)
}
return $data;
}
-
diff --git a/htdocs/core/lib/order.lib.php b/htdocs/core/lib/order.lib.php
index 93a7aaa71e0..3bdb5adf305 100644
--- a/htdocs/core/lib/order.lib.php
+++ b/htdocs/core/lib/order.lib.php
@@ -148,5 +148,3 @@ function order_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/parsemd.lib.php b/htdocs/core/lib/parsemd.lib.php
index 13334fd400c..9b81c9bccb5 100644
--- a/htdocs/core/lib/parsemd.lib.php
+++ b/htdocs/core/lib/parsemd.lib.php
@@ -53,4 +53,3 @@ function dolMd2Html($content, $parser='parsedown',$replaceimagepath=null)
return $content;
}
-
diff --git a/htdocs/core/lib/prelevement.lib.php b/htdocs/core/lib/prelevement.lib.php
index e6393326c71..1f7fc427d01 100644
--- a/htdocs/core/lib/prelevement.lib.php
+++ b/htdocs/core/lib/prelevement.lib.php
@@ -83,4 +83,3 @@ function prelevement_check_config()
if(empty($conf->global->PRELEVEMENT_USER)) return -1;
return 0;
}
-
diff --git a/htdocs/core/lib/price.lib.php b/htdocs/core/lib/price.lib.php
index 0b9f3a3b246..7a1f2a8e0dc 100644
--- a/htdocs/core/lib/price.lib.php
+++ b/htdocs/core/lib/price.lib.php
@@ -410,4 +410,3 @@ function calcul_price_total($qty, $pu, $remise_percent_ligne, $txtva, $uselocalt
return $result;
}
-
diff --git a/htdocs/core/lib/propal.lib.php b/htdocs/core/lib/propal.lib.php
index 3fc37196c71..385b69fe2ab 100644
--- a/htdocs/core/lib/propal.lib.php
+++ b/htdocs/core/lib/propal.lib.php
@@ -141,5 +141,3 @@ function propal_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/receiptprinter.lib.php b/htdocs/core/lib/receiptprinter.lib.php
index d440acc5403..6e161c8c4af 100644
--- a/htdocs/core/lib/receiptprinter.lib.php
+++ b/htdocs/core/lib/receiptprinter.lib.php
@@ -68,5 +68,3 @@ function receiptprinteradmin_prepare_head($mode)
return $head;
}
-
-
diff --git a/htdocs/core/lib/reception.lib.php b/htdocs/core/lib/reception.lib.php
index 0fc71c555dd..a0498468052 100644
--- a/htdocs/core/lib/reception.lib.php
+++ b/htdocs/core/lib/reception.lib.php
@@ -125,5 +125,3 @@ function reception_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/report.lib.php b/htdocs/core/lib/report.lib.php
index 5a8aa344240..704fc0d60e2 100644
--- a/htdocs/core/lib/report.lib.php
+++ b/htdocs/core/lib/report.lib.php
@@ -122,4 +122,3 @@ function report_header($reportname,$notused,$period,$periodlink,$description,$bu
print "\n\n\n";
}
-
diff --git a/htdocs/core/lib/sendings.lib.php b/htdocs/core/lib/sendings.lib.php
index be8aeb890fc..249e6e84b48 100644
--- a/htdocs/core/lib/sendings.lib.php
+++ b/htdocs/core/lib/sendings.lib.php
@@ -435,4 +435,3 @@ function show_list_sending_receive($origin,$origin_id,$filter='')
return 1;
}
-
diff --git a/htdocs/core/lib/stock.lib.php b/htdocs/core/lib/stock.lib.php
index 579944117ab..b9ce743c458 100644
--- a/htdocs/core/lib/stock.lib.php
+++ b/htdocs/core/lib/stock.lib.php
@@ -78,4 +78,3 @@ function stock_prepare_head($object)
return $head;
}
-
diff --git a/htdocs/core/lib/supplier_proposal.lib.php b/htdocs/core/lib/supplier_proposal.lib.php
index 53dcf1c443f..01dd1187440 100644
--- a/htdocs/core/lib/supplier_proposal.lib.php
+++ b/htdocs/core/lib/supplier_proposal.lib.php
@@ -130,5 +130,3 @@ function supplier_proposal_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/tax.lib.php b/htdocs/core/lib/tax.lib.php
index 7927bec0268..2d65c45cb51 100644
--- a/htdocs/core/lib/tax.lib.php
+++ b/htdocs/core/lib/tax.lib.php
@@ -1008,4 +1008,3 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
return $list;
}
-
diff --git a/htdocs/core/lib/treeview.lib.php b/htdocs/core/lib/treeview.lib.php
index 6c66079090a..937f62520c4 100644
--- a/htdocs/core/lib/treeview.lib.php
+++ b/htdocs/core/lib/treeview.lib.php
@@ -227,4 +227,3 @@ function tree_recur($tab, $pere, $rang, $iddivjstree='iddivjstree', $donoresetal
if ($rang == 0) print '';
}
-
diff --git a/htdocs/core/lib/ws.lib.php b/htdocs/core/lib/ws.lib.php
index 533a13e1fb6..bbbbcfb62a9 100644
--- a/htdocs/core/lib/ws.lib.php
+++ b/htdocs/core/lib/ws.lib.php
@@ -95,4 +95,3 @@ function check_authentication($authentication,&$error,&$errorcode,&$errorlabel)
return $fuser;
}
-
diff --git a/htdocs/core/login/functions_ldap.php b/htdocs/core/login/functions_ldap.php
index 4587dbae11b..6625fabf993 100644
--- a/htdocs/core/login/functions_ldap.php
+++ b/htdocs/core/login/functions_ldap.php
@@ -245,4 +245,3 @@ function check_user_password_ldap($usertotest,$passwordtotest,$entitytotest)
return $login;
}
-
diff --git a/htdocs/core/menus/standard/auguria_menu.php b/htdocs/core/menus/standard/auguria_menu.php
index f4cb98d9c4b..5c74f43f8a6 100644
--- a/htdocs/core/menus/standard/auguria_menu.php
+++ b/htdocs/core/menus/standard/auguria_menu.php
@@ -317,4 +317,3 @@ class MenuManager
unset($this->menu);
}
}
-
diff --git a/htdocs/core/menus/standard/eldy_menu.php b/htdocs/core/menus/standard/eldy_menu.php
index 4992fc6d11c..3d4ce9931af 100644
--- a/htdocs/core/menus/standard/eldy_menu.php
+++ b/htdocs/core/menus/standard/eldy_menu.php
@@ -337,4 +337,3 @@ class MenuManager
return 0;
}
}
-
diff --git a/htdocs/core/menus/standard/empty.php b/htdocs/core/menus/standard/empty.php
index 038167ae512..da9540ee2aa 100644
--- a/htdocs/core/menus/standard/empty.php
+++ b/htdocs/core/menus/standard/empty.php
@@ -602,4 +602,3 @@ function print_end_menu_array_empty()
print '';
print "\n";
}
-
diff --git a/htdocs/core/modules/barcode/modules_barcode.class.php b/htdocs/core/modules/barcode/modules_barcode.class.php
index 44d7eccbb07..67dd824d1e0 100644
--- a/htdocs/core/modules/barcode/modules_barcode.class.php
+++ b/htdocs/core/modules/barcode/modules_barcode.class.php
@@ -177,4 +177,3 @@ abstract class ModeleNumRefBarCode
return $s;
}
}
-
diff --git a/htdocs/core/modules/contract/mod_contract_olive.php b/htdocs/core/modules/contract/mod_contract_olive.php
index 993f4bf9bfb..8b51dbed0e0 100644
--- a/htdocs/core/modules/contract/mod_contract_olive.php
+++ b/htdocs/core/modules/contract/mod_contract_olive.php
@@ -121,4 +121,3 @@ class mod_contract_olive extends ModelNumRefContracts
return $result;
}
}
-
diff --git a/htdocs/core/modules/expensereport/mod_expensereport_sand.php b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
index 95cc3d39c95..a1b1c716917 100644
--- a/htdocs/core/modules/expensereport/mod_expensereport_sand.php
+++ b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
@@ -156,4 +156,3 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
return $numFinal;
}
}
-
diff --git a/htdocs/core/modules/facture/mod_facture_mars.php b/htdocs/core/modules/facture/mod_facture_mars.php
index 7057fda20ee..bcc2bff39f4 100644
--- a/htdocs/core/modules/facture/mod_facture_mars.php
+++ b/htdocs/core/modules/facture/mod_facture_mars.php
@@ -228,4 +228,3 @@ class mod_facture_mars extends ModeleNumRefFactures
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/modules/facture/mod_facture_terre.php b/htdocs/core/modules/facture/mod_facture_terre.php
index 454a1588f27..3db7579af4d 100644
--- a/htdocs/core/modules/facture/mod_facture_terre.php
+++ b/htdocs/core/modules/facture/mod_facture_terre.php
@@ -243,4 +243,3 @@ class mod_facture_terre extends ModeleNumRefFactures
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php
index 86f25dc4078..663a96a930f 100644
--- a/htdocs/core/modules/fichinter/mod_arctic.php
+++ b/htdocs/core/modules/fichinter/mod_arctic.php
@@ -157,4 +157,3 @@ class mod_arctic extends ModeleNumRefFicheinter
return $this->getNextValue($objsoc,$objforref);
}
}
-
diff --git a/htdocs/core/modules/modApi.class.php b/htdocs/core/modules/modApi.class.php
index 45aedc11406..71eb0669d0e 100644
--- a/htdocs/core/modules/modApi.class.php
+++ b/htdocs/core/modules/modApi.class.php
@@ -252,4 +252,3 @@ class modApi extends DolibarrModules
return $this->_remove($sql, $options);
}
}
-
diff --git a/htdocs/core/modules/modECM.class.php b/htdocs/core/modules/modECM.class.php
index 593f702ac52..b172376996f 100644
--- a/htdocs/core/modules/modECM.class.php
+++ b/htdocs/core/modules/modECM.class.php
@@ -179,4 +179,3 @@ class modECM extends DolibarrModules
$r++;
}
}
-
diff --git a/htdocs/core/modules/modExternalSite.class.php b/htdocs/core/modules/modExternalSite.class.php
index 088e93955ef..260524df139 100644
--- a/htdocs/core/modules/modExternalSite.class.php
+++ b/htdocs/core/modules/modExternalSite.class.php
@@ -115,4 +115,3 @@ class modExternalSite extends DolibarrModules
$r++;
}
}
-
diff --git a/htdocs/core/modules/modFTP.class.php b/htdocs/core/modules/modFTP.class.php
index bdd745437e1..089f33c6e2d 100644
--- a/htdocs/core/modules/modFTP.class.php
+++ b/htdocs/core/modules/modFTP.class.php
@@ -125,4 +125,3 @@ class modFTP extends DolibarrModules
$r++;
}
}
-
diff --git a/htdocs/core/modules/modGravatar.class.php b/htdocs/core/modules/modGravatar.class.php
index 7e1aec3efaa..9dbf4ee124f 100644
--- a/htdocs/core/modules/modGravatar.class.php
+++ b/htdocs/core/modules/modGravatar.class.php
@@ -194,4 +194,3 @@ class modGravatar extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modHoliday.class.php b/htdocs/core/modules/modHoliday.class.php
index 5b26a795dda..19f333c5ffa 100644
--- a/htdocs/core/modules/modHoliday.class.php
+++ b/htdocs/core/modules/modHoliday.class.php
@@ -257,4 +257,3 @@ class modHoliday extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modMargin.class.php b/htdocs/core/modules/modMargin.class.php
index 58de64c8aad..e4cd53c49a0 100644
--- a/htdocs/core/modules/modMargin.class.php
+++ b/htdocs/core/modules/modMargin.class.php
@@ -145,4 +145,3 @@ class modMargin extends DolibarrModules
$this->rights[$r][5] = 'all';
}
}
-
diff --git a/htdocs/core/modules/modMultiCurrency.class.php b/htdocs/core/modules/modMultiCurrency.class.php
index a12ddea6cb0..32bd1bd5980 100644
--- a/htdocs/core/modules/modMultiCurrency.class.php
+++ b/htdocs/core/modules/modMultiCurrency.class.php
@@ -315,4 +315,3 @@ class modMultiCurrency extends DolibarrModules
}
}
}
-
diff --git a/htdocs/core/modules/modOpenSurvey.class.php b/htdocs/core/modules/modOpenSurvey.class.php
index be0b67950d7..30861f13e73 100644
--- a/htdocs/core/modules/modOpenSurvey.class.php
+++ b/htdocs/core/modules/modOpenSurvey.class.php
@@ -183,4 +183,3 @@ class modOpenSurvey extends DolibarrModules
return $this->_init($sql,$options);
}
}
-
diff --git a/htdocs/core/modules/modPaybox.class.php b/htdocs/core/modules/modPaybox.class.php
index 5b1d96332da..6358fae8833 100644
--- a/htdocs/core/modules/modPaybox.class.php
+++ b/htdocs/core/modules/modPaybox.class.php
@@ -189,4 +189,3 @@ class modPayBox extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modPaypal.class.php b/htdocs/core/modules/modPaypal.class.php
index 01f90842ec5..8ca87fb01cc 100644
--- a/htdocs/core/modules/modPaypal.class.php
+++ b/htdocs/core/modules/modPaypal.class.php
@@ -195,4 +195,3 @@ class modPaypal extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modProductBatch.class.php b/htdocs/core/modules/modProductBatch.class.php
index 55a800bd366..898a54d5485 100644
--- a/htdocs/core/modules/modProductBatch.class.php
+++ b/htdocs/core/modules/modProductBatch.class.php
@@ -130,4 +130,3 @@ class modProductBatch extends DolibarrModules
return $this->_init($sql, $options);
}
}
-
diff --git a/htdocs/core/modules/modStripe.class.php b/htdocs/core/modules/modStripe.class.php
index 9a1584da477..6f12a96758c 100644
--- a/htdocs/core/modules/modStripe.class.php
+++ b/htdocs/core/modules/modStripe.class.php
@@ -155,4 +155,3 @@ class modStripe extends DolibarrModules
$r=1;
}
}
-
diff --git a/htdocs/core/modules/oauth/github_oauthcallback.php b/htdocs/core/modules/oauth/github_oauthcallback.php
index 052964eca66..ef61eaca1f0 100644
--- a/htdocs/core/modules/oauth/github_oauthcallback.php
+++ b/htdocs/core/modules/oauth/github_oauthcallback.php
@@ -172,4 +172,3 @@ else // If entry on page with no parameter, we arrive here
// No view at all, just actions
$db->close();
-
diff --git a/htdocs/core/modules/oauth/google_oauthcallback.php b/htdocs/core/modules/oauth/google_oauthcallback.php
index b63aca5bdf6..df7127eb847 100644
--- a/htdocs/core/modules/oauth/google_oauthcallback.php
+++ b/htdocs/core/modules/oauth/google_oauthcallback.php
@@ -167,4 +167,3 @@ else // If entry on page with no parameter, we arrive here
// No view at all, just actions
$db->close();
-
diff --git a/htdocs/core/modules/oauth/stripetest_oauthcallback.php b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
index 3a663cd7162..c811af92f33 100644
--- a/htdocs/core/modules/oauth/stripetest_oauthcallback.php
+++ b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
@@ -177,4 +177,3 @@ else // If entry on page with no parameter, we arrive here
// No view at all, just actions
$db->close();
-
diff --git a/htdocs/core/modules/product/mod_codeproduct_leopard.php b/htdocs/core/modules/product/mod_codeproduct_leopard.php
index 815e383d900..b8bc866556c 100644
--- a/htdocs/core/modules/product/mod_codeproduct_leopard.php
+++ b/htdocs/core/modules/product/mod_codeproduct_leopard.php
@@ -140,4 +140,3 @@ class mod_codeproduct_leopard extends ModeleProductCode
return $result;
}
}
-
diff --git a/htdocs/core/modules/security/generate/modGeneratePassNone.class.php b/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
index d0e8c617217..b0caa7d0b15 100644
--- a/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
+++ b/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
@@ -109,4 +109,3 @@ class modGeneratePassNone extends ModeleGenPassword
return 1;
}
}
-
diff --git a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
index 0ecf7d7ef38..124ecf32321 100644
--- a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
+++ b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
@@ -135,4 +135,3 @@ class modGeneratePassStandard extends ModeleGenPassword
return 1;
}
}
-
diff --git a/htdocs/core/modules/security/generate/modules_genpassword.php b/htdocs/core/modules/security/generate/modules_genpassword.php
index e1f73b134be..a22d19e0845 100644
--- a/htdocs/core/modules/security/generate/modules_genpassword.php
+++ b/htdocs/core/modules/security/generate/modules_genpassword.php
@@ -90,4 +90,3 @@ abstract class ModeleGenPassword
return 1;
}
}
-
diff --git a/htdocs/core/modules/societe/mod_codeclient_leopard.php b/htdocs/core/modules/societe/mod_codeclient_leopard.php
index 9bdd27d5bee..330782d3775 100644
--- a/htdocs/core/modules/societe/mod_codeclient_leopard.php
+++ b/htdocs/core/modules/societe/mod_codeclient_leopard.php
@@ -139,4 +139,3 @@ class mod_codeclient_leopard extends ModeleThirdPartyCode
return $result;
}
}
-
diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
index 908b3c8ba41..292cd2c8370 100644
--- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
+++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
@@ -248,4 +248,3 @@ class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
index a3cb291263a..7f42e3cca50 100644
--- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
+++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
@@ -197,4 +197,3 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/search.php b/htdocs/core/search.php
index 8e6017cdf3b..2fb0efdbe48 100644
--- a/htdocs/core/search.php
+++ b/htdocs/core/search.php
@@ -152,4 +152,3 @@ else
{
print 'The wrapper search.php was called without any search criteria';
}
-
diff --git a/htdocs/core/tpl/card_presend.tpl.php b/htdocs/core/tpl/card_presend.tpl.php
index db3514d7778..88419d0ec16 100644
--- a/htdocs/core/tpl/card_presend.tpl.php
+++ b/htdocs/core/tpl/card_presend.tpl.php
@@ -228,4 +228,3 @@ if ($action == 'presend')
dol_fiche_end();
}
-
diff --git a/htdocs/core/tpl/object_discounts.tpl.php b/htdocs/core/tpl/object_discounts.tpl.php
index 70698bfa7eb..4b0c8489a04 100644
--- a/htdocs/core/tpl/object_discounts.tpl.php
+++ b/htdocs/core/tpl/object_discounts.tpl.php
@@ -105,4 +105,3 @@ if($absolute_discount <= 0 && $absolute_creditnote <= 0) {
print ' (' . $addabsolutediscount . ')';
}
}
-
diff --git a/htdocs/core/tpl/onlinepaymentlinks.tpl.php b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
index 37639a5f8e6..0a3603fbc80 100644
--- a/htdocs/core/tpl/onlinepaymentlinks.tpl.php
+++ b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
@@ -161,5 +161,3 @@ if (! empty($conf->use_javascript_ajax))
print info_admin($langs->trans("YouCanAddTagOnUrl"));
print '';
-
-
diff --git a/htdocs/dav/dav.lib.php b/htdocs/dav/dav.lib.php
index 719fc2a5c99..a212209d81d 100644
--- a/htdocs/dav/dav.lib.php
+++ b/htdocs/dav/dav.lib.php
@@ -69,4 +69,3 @@ function dav_admin_prepare_head()
return $head;
}
-
diff --git a/htdocs/ecm/ajax/ecmdatabase.php b/htdocs/ecm/ajax/ecmdatabase.php
index 9c4b9ffa952..2ab1060e3e6 100644
--- a/htdocs/ecm/ajax/ecmdatabase.php
+++ b/htdocs/ecm/ajax/ecmdatabase.php
@@ -180,4 +180,3 @@ if (isset($action) && ! empty($action))
$db->query($sql);
}
}
-
diff --git a/htdocs/ecm/class/htmlecm.form.class.php b/htdocs/ecm/class/htmlecm.form.class.php
index b6000cad923..cce1201980d 100644
--- a/htdocs/ecm/class/htmlecm.form.class.php
+++ b/htdocs/ecm/class/htmlecm.form.class.php
@@ -105,4 +105,3 @@ class FormEcm
return $output;
}
}
-
diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php
index cafde3a820c..64dd6cbbe67 100644
--- a/htdocs/emailcollector/class/emailcollectorfilter.class.php
+++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php
@@ -490,4 +490,3 @@ class EmailCollectorFilter extends CommonObject
$this->initAsSpecimenCommon();
}
}
-
diff --git a/htdocs/expedition/class/expeditionstats.class.php b/htdocs/expedition/class/expeditionstats.class.php
index 26f7bda7a2a..fed2aaa380a 100644
--- a/htdocs/expedition/class/expeditionstats.class.php
+++ b/htdocs/expedition/class/expeditionstats.class.php
@@ -143,4 +143,3 @@ class ExpeditionStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/expensereport/class/expensereportstats.class.php b/htdocs/expensereport/class/expensereportstats.class.php
index 7901e813edc..243a368d81a 100644
--- a/htdocs/expensereport/class/expensereportstats.class.php
+++ b/htdocs/expensereport/class/expensereportstats.class.php
@@ -177,4 +177,3 @@ class ExpenseReportStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/fichinter/class/fichinterstats.class.php b/htdocs/fichinter/class/fichinterstats.class.php
index 0475a2116eb..4d68fee365a 100644
--- a/htdocs/fichinter/class/fichinterstats.class.php
+++ b/htdocs/fichinter/class/fichinterstats.class.php
@@ -211,4 +211,3 @@ class FichinterStats extends Stats
return $this->_getAllByProduct($sql);
}
}
-
diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
index 4edfa3d0623..069806e4588 100644
--- a/htdocs/filefunc.inc.php
+++ b/htdocs/filefunc.inc.php
@@ -294,4 +294,3 @@ if (preg_match('/crypted:/i',$dolibarr_main_db_pass) || ! empty($dolibarr_main_d
}
else $dolibarr_main_db_pass = dol_decode($dolibarr_main_db_encrypted_pass);
}
-
diff --git a/htdocs/fourn/ajax/getSupplierPrices.php b/htdocs/fourn/ajax/getSupplierPrices.php
index ae407d5544d..3224fbbce51 100644
--- a/htdocs/fourn/ajax/getSupplierPrices.php
+++ b/htdocs/fourn/ajax/getSupplierPrices.php
@@ -97,4 +97,3 @@ if ($idprod > 0)
}
echo json_encode($prices);
-
diff --git a/htdocs/holiday/common.inc.php b/htdocs/holiday/common.inc.php
index 96111cf6df0..b9a42c55e58 100644
--- a/htdocs/holiday/common.inc.php
+++ b/htdocs/holiday/common.inc.php
@@ -40,4 +40,3 @@ if (empty($conf->holiday->enabled))
llxFooter();
exit();
}
-
diff --git a/htdocs/install/index.php b/htdocs/install/index.php
index 46e60be52ec..3c66a317c3d 100644
--- a/htdocs/install/index.php
+++ b/htdocs/install/index.php
@@ -66,4 +66,3 @@ print '
'.$langs->trans("SomeTranslationAreUncomplete");
// If there's no error, we display the next step button
if ($err == 0) pFooter(0);
-
diff --git a/htdocs/install/lib/repair.lib.php b/htdocs/install/lib/repair.lib.php
index 43a6d2bce27..9eca3ab5081 100644
--- a/htdocs/install/lib/repair.lib.php
+++ b/htdocs/install/lib/repair.lib.php
@@ -142,4 +142,3 @@ function clean_data_ecm_directories()
return;
}
-
diff --git a/htdocs/install/phpinfo.php b/htdocs/install/phpinfo.php
index b3817dcbde2..895436c2069 100644
--- a/htdocs/install/phpinfo.php
+++ b/htdocs/install/phpinfo.php
@@ -24,4 +24,3 @@
include_once 'inc.php';
phpinfo();
-
diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php
index b39f67dd3ba..9a548928834 100644
--- a/htdocs/install/step5.php
+++ b/htdocs/install/step5.php
@@ -469,4 +469,3 @@ pFooter(1,$setuplang);
// Return code if ran from command line
if ($ret) exit($ret);
-
diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
index cf6cbf28e45..b4e37b52859 100644
--- a/htdocs/install/upgrade2.php
+++ b/htdocs/install/upgrade2.php
@@ -4924,4 +4924,3 @@ On les corrige:
update llx_facture set paye=1, fk_statut=2 where close_code is null
and rowid in (...)
*/
-
diff --git a/htdocs/loan/note.php b/htdocs/loan/note.php
index e066ef07a8e..70eb7c6af7c 100644
--- a/htdocs/loan/note.php
+++ b/htdocs/loan/note.php
@@ -132,4 +132,3 @@ if ($id > 0)
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/margin/index.php b/htdocs/margin/index.php
index 04a2ba0d544..c223caf775b 100644
--- a/htdocs/margin/index.php
+++ b/htdocs/margin/index.php
@@ -33,4 +33,3 @@ if ($user->rights->produit->lire) {
}
header('Location: '.dol_buildpath('/margin/'.$page.'.php', 1));
-
diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 10ff15fbabf..45018b60902 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -246,4 +246,3 @@ $hookmanager=new HookManager($db);
if (! defined('MAIN_LABEL_MENTION_NPR') ) define('MAIN_LABEL_MENTION_NPR','NPR');
-
diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php
index 6e0be4d0011..68fccf07445 100644
--- a/htdocs/modulebuilder/template/admin/setup.php
+++ b/htdocs/modulebuilder/template/admin/setup.php
@@ -144,4 +144,3 @@ dol_fiche_end();
llxFooter();
$db->close();
-
diff --git a/htdocs/paybox/lib/paybox.lib.php b/htdocs/paybox/lib/paybox.lib.php
index 849d8a7129c..3cb75bf9741 100644
--- a/htdocs/paybox/lib/paybox.lib.php
+++ b/htdocs/paybox/lib/paybox.lib.php
@@ -196,4 +196,3 @@ function print_paybox_redirect($PRICE,$CURRENCY,$EMAIL,$urlok,$urlko,$TAG)
return;
}
-
diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php
index 37cc2fdbeba..4b3be81c256 100644
--- a/htdocs/paypal/lib/paypal.lib.php
+++ b/htdocs/paypal/lib/paypal.lib.php
@@ -739,4 +739,3 @@ function getApiError()
return $errors;
}
-
diff --git a/htdocs/paypal/lib/paypalfunctions.lib.php b/htdocs/paypal/lib/paypalfunctions.lib.php
index 00f67bfa1f0..63d19f9ded2 100644
--- a/htdocs/paypal/lib/paypalfunctions.lib.php
+++ b/htdocs/paypal/lib/paypalfunctions.lib.php
@@ -75,4 +75,3 @@ $PROXY_PORT = $conf->global->MAIN_PROXY_PORT;
$PROXY_USER = $conf->global->MAIN_PROXY_USER;
$PROXY_PASS = $conf->global->MAIN_PROXY_PASS;
$USE_PROXY = empty($conf->global->MAIN_PROXY_USE)?false:true;
-
diff --git a/htdocs/product/admin/product.php b/htdocs/product/admin/product.php
index 334640e87d3..fefa04624e5 100644
--- a/htdocs/product/admin/product.php
+++ b/htdocs/product/admin/product.php
@@ -746,4 +746,3 @@ print '';
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php
index 6a286d6e7d2..196b4b609aa 100644
--- a/htdocs/product/ajax/products.php
+++ b/htdocs/product/ajax/products.php
@@ -197,4 +197,3 @@ else
if ($outjson)
print json_encode($arrayresult);
}
-
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index 56519e6f46b..6bcf561083b 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/index.php
@@ -507,4 +507,3 @@ function activitytrim($product_type)
print '';
}
}
-
diff --git a/htdocs/product/note.php b/htdocs/product/note.php
index e77360b46be..a595d344e37 100644
--- a/htdocs/product/note.php
+++ b/htdocs/product/note.php
@@ -118,4 +118,3 @@ if ($id > 0 || ! empty($ref))
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/product/stock/lib/replenishment.lib.php b/htdocs/product/stock/lib/replenishment.lib.php
index 486e8373255..a4002cc4ee2 100644
--- a/htdocs/product/stock/lib/replenishment.lib.php
+++ b/htdocs/product/stock/lib/replenishment.lib.php
@@ -172,4 +172,3 @@ function getProducts($order_id)
}
return $products;
}
-
diff --git a/htdocs/projet/ajax/projects.php b/htdocs/projet/ajax/projects.php
index 46699ba01dd..cbc57ca6f3f 100644
--- a/htdocs/projet/ajax/projects.php
+++ b/htdocs/projet/ajax/projects.php
@@ -70,4 +70,3 @@ $arrayresult=$form->select_projects_list($socid, '', $htmlname, 0, 0, 1, $discar
$db->close();
print json_encode($arrayresult);
-
diff --git a/htdocs/public/agenda/index.php b/htdocs/public/agenda/index.php
index 1c06e10b06d..112a07951b8 100644
--- a/htdocs/public/agenda/index.php
+++ b/htdocs/public/agenda/index.php
@@ -25,4 +25,3 @@
require '../../master.inc.php';
header("Location: ".DOL_URL_ROOT.'/public/error-404.php');
-
diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
index 0409e849df0..15926df3df2 100644
--- a/htdocs/public/demo/index.php
+++ b/htdocs/public/demo/index.php
@@ -482,4 +482,3 @@ function llxFooterVierge()
print "