diff --git a/core/includes/ajax.inc b/core/includes/ajax.inc
index 0f056dc..8683ff9 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 2db2db1..835d46f 100644
--- a/core/includes/archiver.inc
+++ b/core/includes/archiver.inc
@@ -66,4 +66,3 @@ interface ArchiverInterface {
    */
   public function listContents();
 }
-
diff --git a/core/includes/batch.inc b/core/includes/batch.inc
index 15129a4..83ddd30 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 08fa38f..61ced9d 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 416fad6..7fcc57a 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 221ad60..78ecd9b 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 9020fbb..b052a4a 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 8961f7a..2ddd1f7 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 92e5d14..b1c6f39 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 70c7cda..118f652 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];
 }
-
