Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
304
Merge Requests
304
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
2d420a69
Commit
2d420a69
authored
Dec 30, 2011
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1373582
by TR: Fixed Trailing whitespace.
parent
5cca85d5
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1 addition
and
9 deletions
+1
-9
core/includes/ajax.inc
core/includes/ajax.inc
+0
-1
core/includes/archiver.inc
core/includes/archiver.inc
+0
-1
core/includes/batch.inc
core/includes/batch.inc
+0
-1
core/includes/gettext.inc
core/includes/gettext.inc
+1
-0
core/includes/graph.inc
core/includes/graph.inc
+0
-1
core/includes/module.inc
core/includes/module.inc
+0
-1
core/includes/password.inc
core/includes/password.inc
+0
-1
core/includes/registry.inc
core/includes/registry.inc
+0
-1
core/includes/xmlrpc.inc
core/includes/xmlrpc.inc
+0
-1
core/includes/xmlrpcs.inc
core/includes/xmlrpcs.inc
+0
-1
No files found.
core/includes/ajax.inc
View file @
2d420a69
...
@@ -1216,4 +1216,3 @@ function ajax_command_restripe($selector) {
...
@@ -1216,4 +1216,3 @@ function ajax_command_restripe($selector) {
'selector'
=>
$selector
,
'selector'
=>
$selector
,
);
);
}
}
core/includes/archiver.inc
View file @
2d420a69
...
@@ -66,4 +66,3 @@ public function extract($path, Array $files = array());
...
@@ -66,4 +66,3 @@ public function extract($path, Array $files = array());
*/
*/
public
function
listContents
();
public
function
listContents
();
}
}
core/includes/batch.inc
View file @
2d420a69
...
@@ -537,4 +537,3 @@ function _batch_shutdown() {
...
@@ -537,4 +537,3 @@ function _batch_shutdown() {
->
execute
();
->
execute
();
}
}
}
}
core/includes/gettext.inc
View file @
2d420a69
...
@@ -1095,6 +1095,7 @@ function _locale_export_wrap($str, $len) {
...
@@ -1095,6 +1095,7 @@ function _locale_export_wrap($str, $len) {
function
_locale_export_remove_plural
(
$entry
)
{
function
_locale_export_remove_plural
(
$entry
)
{
return
preg_replace
(
'/(@count)\[[0-9]\]/'
,
'\\1'
,
$entry
);
return
preg_replace
(
'/(@count)\[[0-9]\]/'
,
'\\1'
,
$entry
);
}
}
/**
/**
* @} End of "locale-api-import-export"
* @} 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
...
@@ -143,4 +143,3 @@ function _drupal_depth_first_search(&$graph, &$state, $start, &$component = NULL
// topological order if the graph is acyclic.
// topological order if the graph is acyclic.
$state
[
'last_visit_order'
][]
=
$start
;
$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) {
...
@@ -1018,4 +1018,3 @@ function drupal_alter($type, &$data, &$context1 = NULL, &$context2 = NULL) {
$function
(
$data
,
$context1
,
$context2
);
$function
(
$data
,
$context1
,
$context2
);
}
}
}
}
core/includes/password.inc
View file @
2d420a69
...
@@ -286,4 +286,3 @@ function user_needs_new_hash($account) {
...
@@ -286,4 +286,3 @@ function user_needs_new_hash($account) {
// Check whether the iteration count used differs from the standard number.
// Check whether the iteration count used differs from the standard number.
return
(
_password_get_count_log2
(
$account
->
pass
)
!==
$count_log2
);
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) {
...
@@ -183,4 +183,3 @@ function _registry_parse_file($filename, $contents, $module = '', $weight = 0) {
/**
/**
* @} End of "defgroup registry".
* @} End of "defgroup registry".
*/
*/
core/includes/xmlrpc.inc
View file @
2d420a69
...
@@ -622,4 +622,3 @@ function xmlrpc_error_msg() {
...
@@ -622,4 +622,3 @@ function xmlrpc_error_msg() {
function
xmlrpc_clear_error
()
{
function
xmlrpc_clear_error
()
{
xmlrpc_error
(
NULL
,
NULL
,
TRUE
);
xmlrpc_error
(
NULL
,
NULL
,
TRUE
);
}
}
core/includes/xmlrpcs.inc
View file @
2d420a69
...
@@ -382,4 +382,3 @@ function xmlrpc_server_method_help($method) {
...
@@ -382,4 +382,3 @@ function xmlrpc_server_method_help($method) {
$xmlrpc_server
=
xmlrpc_server_get
();
$xmlrpc_server
=
xmlrpc_server_get
();
return
$xmlrpc_server
->
help
[
$method
];
return
$xmlrpc_server
->
help
[
$method
];
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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