diff --git a/core/includes/ajax.inc b/core/includes/ajax.inc index 0f056dcf176f1cfcd6e8e9604fa5cf83223749fc..8683ff9df73e0cdbbd74290ef0797cceb7bab1b7 100644 --- a/core/includes/ajax.inc +++ b/core/includes/ajax.inc @@ -1216,4 +1216,3 @@ function ajax_command_restripe($selector) { 'selector' => $selector, ); } - diff --git a/core/includes/archiver.inc b/core/includes/archiver.inc index 2db2db15a29397b3f85e642682b28580b7d2259c..835d46f338d2fba6bd9ae3c55f85278cf8d5a3bd 100644 --- a/core/includes/archiver.inc +++ b/core/includes/archiver.inc @@ -66,4 +66,3 @@ public function extract($path, Array $files = array()); */ public function listContents(); } - diff --git a/core/includes/batch.inc b/core/includes/batch.inc index 15129a41d0e583b8f440a2f8f3e65555fd815e41..83ddd3088bdb96b8e3d97a8a14a07c9242571fe9 100644 --- a/core/includes/batch.inc +++ b/core/includes/batch.inc @@ -537,4 +537,3 @@ function _batch_shutdown() { ->execute(); } } - diff --git a/core/includes/gettext.inc b/core/includes/gettext.inc index 08fa38f3823b702359d300aea71b860310b0c660..61ced9d053a6b3928fb9a75798b1ad180b7ae82b 100644 --- a/core/includes/gettext.inc +++ b/core/includes/gettext.inc @@ -1095,6 +1095,7 @@ function _locale_export_wrap($str, $len) { function _locale_export_remove_plural($entry) { return preg_replace('/(@count)\[[0-9]\]/', '\\1', $entry); } + /** * @} End of "locale-api-import-export" */ diff --git a/core/includes/graph.inc b/core/includes/graph.inc index 416fad6df077f6e2b0cb14bfca1f674ba43e0b66..7fcc57a455792b51a9dd7e474aebb7d24857db60 100644 --- a/core/includes/graph.inc +++ b/core/includes/graph.inc @@ -143,4 +143,3 @@ function _drupal_depth_first_search(&$graph, &$state, $start, &$component = NULL // topological order if the graph is acyclic. $state['last_visit_order'][] = $start; } - diff --git a/core/includes/module.inc b/core/includes/module.inc index 63d18ce3adf46de553ea5ba1062c87ef6361d3d9..f61436e8c56da58a3081cfd75993fb49c98d8578 100644 --- a/core/includes/module.inc +++ b/core/includes/module.inc @@ -1018,4 +1018,3 @@ function drupal_alter($type, &$data, &$context1 = NULL, &$context2 = NULL) { $function($data, $context1, $context2); } } - diff --git a/core/includes/password.inc b/core/includes/password.inc index 9020fbbcab91d57a801344f86e610248ec2efd9f..b052a4afa76c74b2b3f8a456314b47a66d5f97d7 100644 --- a/core/includes/password.inc +++ b/core/includes/password.inc @@ -286,4 +286,3 @@ function user_needs_new_hash($account) { // Check whether the iteration count used differs from the standard number. return (_password_get_count_log2($account->pass) !== $count_log2); } - diff --git a/core/includes/registry.inc b/core/includes/registry.inc index 8961f7a18b631328f40053fefbb0556cf7c642cf..2ddd1f7f70a8d90333911d10a20f91d49a12420f 100644 --- a/core/includes/registry.inc +++ b/core/includes/registry.inc @@ -183,4 +183,3 @@ function _registry_parse_file($filename, $contents, $module = '', $weight = 0) { /** * @} End of "defgroup registry". */ - diff --git a/core/includes/xmlrpc.inc b/core/includes/xmlrpc.inc index 92e5d14f0fc544b2764191957bd069f0e57804a1..b1c6f39c63de84b80f5b10d22f107e5b7b174f4d 100644 --- a/core/includes/xmlrpc.inc +++ b/core/includes/xmlrpc.inc @@ -622,4 +622,3 @@ function xmlrpc_error_msg() { function xmlrpc_clear_error() { xmlrpc_error(NULL, NULL, TRUE); } - diff --git a/core/includes/xmlrpcs.inc b/core/includes/xmlrpcs.inc index 70c7cdac3b2e81bc95a4e357248351e78c028738..118f652d233e72343ef893d056b399a03c82c032 100644 --- a/core/includes/xmlrpcs.inc +++ b/core/includes/xmlrpcs.inc @@ -382,4 +382,3 @@ function xmlrpc_server_method_help($method) { $xmlrpc_server = xmlrpc_server_get(); return $xmlrpc_server->help[$method]; } -