From 12a722cb3cbb519fce642c3fa4cc31de9c09a825 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 21 Jan 2012 11:09:14 -0800 Subject: Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. --- includes/ajax.inc | 1 - includes/archiver.inc | 1 - includes/batch.inc | 1 - includes/graph.inc | 1 - includes/module.inc | 1 - includes/password.inc | 1 - includes/registry.inc | 1 - includes/xmlrpc.inc | 1 - includes/xmlrpcs.inc | 1 - 9 files changed, 9 deletions(-) diff --git a/includes/ajax.inc b/includes/ajax.inc index e31a97daa..fb07477d6 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -1209,4 +1209,3 @@ function ajax_command_restripe($selector) { 'selector' => $selector, ); } - diff --git a/includes/archiver.inc b/includes/archiver.inc index 2db2db15a..835d46f33 100644 --- a/includes/archiver.inc +++ b/includes/archiver.inc @@ -66,4 +66,3 @@ interface ArchiverInterface { */ public function listContents(); } - diff --git a/includes/batch.inc b/includes/batch.inc index 19c769548..061acd4c6 100644 --- a/includes/batch.inc +++ b/includes/batch.inc @@ -537,4 +537,3 @@ function _batch_shutdown() { ->execute(); } } - diff --git a/includes/graph.inc b/includes/graph.inc index 416fad6df..7fcc57a45 100644 --- a/includes/graph.inc +++ b/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/includes/module.inc b/includes/module.inc index 3a019f26d..633b317f6 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -1017,4 +1017,3 @@ function drupal_alter($type, &$data, &$context1 = NULL, &$context2 = NULL) { $function($data, $context1, $context2); } } - diff --git a/includes/password.inc b/includes/password.inc index c0761da69..d4f5f738a 100644 --- a/includes/password.inc +++ b/includes/password.inc @@ -285,4 +285,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/includes/registry.inc b/includes/registry.inc index 3fb14fb31..c7b8702c4 100644 --- a/includes/registry.inc +++ b/includes/registry.inc @@ -183,4 +183,3 @@ function _registry_parse_file($filename, $contents, $module = '', $weight = 0) { /** * @} End of "defgroup registry". */ - diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc index 92e5d14f0..b1c6f39c6 100644 --- a/includes/xmlrpc.inc +++ b/includes/xmlrpc.inc @@ -622,4 +622,3 @@ function xmlrpc_error_msg() { function xmlrpc_clear_error() { xmlrpc_error(NULL, NULL, TRUE); } - diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc index 70c7cdac3..118f652d2 100644 --- a/includes/xmlrpcs.inc +++ b/includes/xmlrpcs.inc @@ -382,4 +382,3 @@ function xmlrpc_server_method_help($method) { $xmlrpc_server = xmlrpc_server_get(); return $xmlrpc_server->help[$method]; } - -- cgit v1.2.3