Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2d420a69
Commit
2d420a69
authored
Dec 30, 2011
by
Nathaniel Catchpole
Browse files
Issue
#1373582
by TR: Fixed Trailing whitespace.
parent
5cca85d5
Changes
10
Hide whitespace changes
Inline
Side-by-side
core/includes/ajax.inc
View file @
2d420a69
...
...
@@ -1216,4 +1216,3 @@ function ajax_command_restripe($selector) {
'selector'
=>
$selector
,
);
}
core/includes/archiver.inc
View file @
2d420a69
...
...
@@ -66,4 +66,3 @@ public function extract($path, Array $files = array());
*/
public
function
listContents
();
}
core/includes/batch.inc
View file @
2d420a69
...
...
@@ -537,4 +537,3 @@ function _batch_shutdown() {
->
execute
();
}
}
core/includes/gettext.inc
View file @
2d420a69
...
...
@@ -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"
*/
core/includes/graph.inc
View file @
2d420a69
...
...
@@ -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
;
}
core/includes/module.inc
View file @
2d420a69
...
...
@@ -1018,4 +1018,3 @@ function drupal_alter($type, &$data, &$context1 = NULL, &$context2 = NULL) {
$function
(
$data
,
$context1
,
$context2
);
}
}
core/includes/password.inc
View file @
2d420a69
...
...
@@ -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
);
}
core/includes/registry.inc
View file @
2d420a69
...
...
@@ -183,4 +183,3 @@ function _registry_parse_file($filename, $contents, $module = '', $weight = 0) {
/**
* @} End of "defgroup registry".
*/
core/includes/xmlrpc.inc
View file @
2d420a69
...
...
@@ -622,4 +622,3 @@ function xmlrpc_error_msg() {
function
xmlrpc_clear_error
()
{
xmlrpc_error
(
NULL
,
NULL
,
TRUE
);
}
core/includes/xmlrpcs.inc
View file @
2d420a69
...
...
@@ -382,4 +382,3 @@ function xmlrpc_server_method_help($method) {
$xmlrpc_server
=
xmlrpc_server_get
();
return
$xmlrpc_server
->
help
[
$method
];
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment