diff --git a/includes/ajax.inc b/includes/ajax.inc
index cda55b4..75c1a8e 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -1203,4 +1203,3 @@ function ajax_command_restripe($selector) {
     'selector' => $selector,
   );
 }
-
diff --git a/includes/archiver.inc b/includes/archiver.inc
index fec053b..a7c5bb8 100644
--- a/includes/archiver.inc
+++ b/includes/archiver.inc
@@ -63,4 +63,3 @@ interface ArchiverInterface {
    */
   public function listContents();
 }
-
diff --git a/includes/batch.inc b/includes/batch.inc
index 727c625..6f71205 100644
--- a/includes/batch.inc
+++ b/includes/batch.inc
@@ -531,4 +531,3 @@ function _batch_shutdown() {
       ->execute();
   }
 }
-
diff --git a/includes/graph.inc b/includes/graph.inc
index 416fad6..7fcc57a 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 3a019f2..633b317 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 c0761da..d4f5f73 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 3fb14fb..c7b8702 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 92e5d14..b1c6f39 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 70c7cda..118f652 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];
 }
-
