Index: COPYRIGHT.txt
===================================================================
RCS file: /cvs/drupal/drupal/COPYRIGHT.txt,v
retrieving revision 1.4
diff -u -p -r1.4 COPYRIGHT.txt
--- COPYRIGHT.txt	20 Dec 2008 18:24:32 -0000	1.4
+++ COPYRIGHT.txt	12 Jun 2009 20:02:25 -0000
@@ -22,4 +22,3 @@ according to the terms of the GNU Genera
 license, including:
 
   jQuery - Copyright (c) 2008 John Resig
-
Index: includes/actions.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/actions.inc,v
retrieving revision 1.27
diff -u -p -r1.27 actions.inc
--- includes/actions.inc	31 May 2009 03:12:18 -0000	1.27
+++ includes/actions.inc	12 Jun 2009 20:02:25 -0000
@@ -363,4 +363,3 @@ function actions_delete($aid) {
     ->execute();
   module_invoke_all('actions_delete', $aid);
 }
-
Index: includes/batch.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/batch.inc,v
retrieving revision 1.36
diff -u -p -r1.36 batch.inc
--- includes/batch.inc	2 Jun 2009 06:58:15 -0000	1.36
+++ includes/batch.inc	12 Jun 2009 20:02:26 -0000
@@ -465,4 +465,3 @@ function _batch_shutdown() {
       ->execute();
   }
 }
-
Index: includes/graph.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/graph.inc,v
retrieving revision 1.2
diff -u -p -r1.2 graph.inc
--- includes/graph.inc	11 Apr 2009 17:58:17 -0000	1.2
+++ includes/graph.inc	12 Jun 2009 20:02:26 -0000
@@ -144,4 +144,3 @@ function _drupal_depth_first_search(&$gr
   // topological order if the graph is acyclic.
   $state['last_visit_order'][] = $start;
 }
-
Index: includes/locale.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/locale.inc,v
retrieving revision 1.219
diff -u -p -r1.219 locale.inc
--- includes/locale.inc	8 Jun 2009 05:00:11 -0000	1.219
+++ includes/locale.inc	12 Jun 2009 20:02:27 -0000
@@ -2727,4 +2727,3 @@ function country_get_list() {
   drupal_alter('countries', $countries);
   return $countries;
 }
-
Index: includes/password.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/password.inc,v
retrieving revision 1.6
diff -u -p -r1.6 password.inc
--- includes/password.inc	26 Feb 2009 07:30:26 -0000	1.6
+++ includes/password.inc	12 Jun 2009 20:02:27 -0000
@@ -240,4 +240,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) != variable_get('password_count_log2', DRUPAL_HASH_COUNT));
 }
-
Index: includes/registry.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/registry.inc,v
retrieving revision 1.18
diff -u -p -r1.18 registry.inc
--- includes/registry.inc	10 Jun 2009 16:14:49 -0000	1.18
+++ includes/registry.inc	12 Jun 2009 20:02:27 -0000
@@ -285,4 +285,3 @@ function _registry_skip_body(&$tokens) {
 /**
  * @} End of "defgroup registry".
  */
-
Index: includes/unicode.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/unicode.inc,v
retrieving revision 1.39
diff -u -p -r1.39 unicode.inc
--- includes/unicode.inc	24 May 2009 17:39:30 -0000	1.39
+++ includes/unicode.inc	12 Jun 2009 20:02:27 -0000
@@ -545,5 +545,3 @@ function drupal_substr($text, $start, $l
     return substr($text, $istart, max(0, $iend - $istart + 1));
   }
 }
-
-
Index: includes/database/prefetch.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/prefetch.inc,v
retrieving revision 1.5
diff -u -p -r1.5 prefetch.inc
--- includes/database/prefetch.inc	20 Apr 2009 20:02:30 -0000	1.5
+++ includes/database/prefetch.inc	12 Jun 2009 20:02:28 -0000
@@ -503,4 +503,3 @@ class DatabaseStatementPrefetch implemen
 /**
  * @} End of "ingroup database".
  */
-
Index: includes/database/schema.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/schema.inc,v
retrieving revision 1.17
diff -u -p -r1.17 schema.inc
--- includes/database/schema.inc	6 Jun 2009 18:23:21 -0000	1.17
+++ includes/database/schema.inc	12 Jun 2009 20:02:28 -0000
@@ -539,4 +539,3 @@ abstract class DatabaseSchema {
 /**
  * @} End of "defgroup schemaapi".
  */
-
Index: includes/database/mysql/install.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/mysql/install.inc,v
retrieving revision 1.2
diff -u -p -r1.2 install.inc
--- includes/database/mysql/install.inc	20 Apr 2009 20:02:30 -0000	1.2
+++ includes/database/mysql/install.inc	12 Jun 2009 20:02:28 -0000
@@ -15,4 +15,3 @@ class DatabaseInstaller_mysql extends Da
     return 'MySQL';
   }
 }
-
Index: includes/database/pgsql/install.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/pgsql/install.inc,v
retrieving revision 1.2
diff -u -p -r1.2 install.inc
--- includes/database/pgsql/install.inc	20 Apr 2009 20:02:30 -0000	1.2
+++ includes/database/pgsql/install.inc	12 Jun 2009 20:02:28 -0000
@@ -15,4 +15,3 @@ class DatabaseInstaller_pgsql extends Da
     return 'PostgreSQL';
   }
 }
-
Index: includes/database/sqlite/install.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/sqlite/install.inc,v
retrieving revision 1.1
diff -u -p -r1.1 install.inc
--- includes/database/sqlite/install.inc	23 Nov 2008 06:06:15 -0000	1.1
+++ includes/database/sqlite/install.inc	12 Jun 2009 20:02:28 -0000
@@ -12,4 +12,3 @@ class DatabaseInstaller_sqlite extends D
     return 'SQLite';
   }
 }
-
Index: misc/farbtastic/farbtastic.css
===================================================================
RCS file: /cvs/drupal/drupal/misc/farbtastic/farbtastic.css,v
retrieving revision 1.3
diff -u -p -r1.3 farbtastic.css
--- misc/farbtastic/farbtastic.css	13 Apr 2007 07:33:23 -0000	1.3
+++ misc/farbtastic/farbtastic.css	12 Jun 2009 20:02:28 -0000
@@ -32,4 +32,3 @@
   overflow: hidden;
   background: url(marker.png) no-repeat;
 }
-
Index: modules/README.txt
===================================================================
RCS file: /cvs/drupal/drupal/modules/README.txt,v
retrieving revision 1.2
diff -u -p -r1.2 README.txt
--- modules/README.txt	25 Jan 2008 19:47:58 -0000	1.2
+++ modules/README.txt	12 Jun 2009 20:02:28 -0000
@@ -5,4 +5,3 @@ under /sites/{sitename}/modules/, where 
 (e.g., www.example.com). This will allow you to more easily update Drupal core files.
 
 For more details, see: http://drupal.org/node/176043
-
Index: modules/aggregator/tests/aggregator_test_rss091.xml
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/tests/aggregator_test_rss091.xml,v
retrieving revision 1.1
diff -u -p -r1.1 aggregator_test_rss091.xml
--- modules/aggregator/tests/aggregator_test_rss091.xml	2 Apr 2009 20:50:37 -0000	1.1
+++ modules/aggregator/tests/aggregator_test_rss091.xml	12 Jun 2009 20:02:28 -0000
@@ -27,4 +27,4 @@
       <description>Example turns two.</description>
     </item>
   </channel>
-</rss>
\ No newline at end of file
+</rss>
Index: modules/blog/blog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v
retrieving revision 1.323
diff -u -p -r1.323 blog.module
--- modules/blog/blog.module	12 Jun 2009 08:39:35 -0000	1.323
+++ modules/blog/blog.module	12 Jun 2009 20:02:28 -0000
@@ -200,4 +200,3 @@ function blog_block_view($delta = '') {
     }
   }
 }
-
Index: modules/blogapi/blogapi.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v
retrieving revision 1.155
diff -u -p -r1.155 blogapi.module
--- modules/blogapi/blogapi.module	12 Jun 2009 08:39:35 -0000	1.155
+++ modules/blogapi/blogapi.module	12 Jun 2009 20:02:28 -0000
@@ -973,4 +973,3 @@ function _blogapi_get_node_types() {
 function _blogapi_space_used($uid) {
   return db_query('SELECT SUM(filesize) FROM {blogapi_files} f WHERE f.uid = :uid', array(':uid' => $uid))->fetchField();
 }
-
Index: modules/book/book.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.admin.inc,v
retrieving revision 1.20
diff -u -p -r1.20 book.admin.inc
--- modules/book/book.admin.inc	4 Jun 2009 03:33:27 -0000	1.20
+++ modules/book/book.admin.inc	12 Jun 2009 20:02:28 -0000
@@ -258,4 +258,3 @@ function theme_book_admin_table($form) {
 
   return theme('table', $header, $rows, array('id' => 'book-outline'));
 }
-
Index: modules/field/field.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.module,v
retrieving revision 1.13
diff -u -p -r1.13 field.module
--- modules/field/field.module	6 Jun 2009 16:17:30 -0000	1.13
+++ modules/field/field.module	12 Jun 2009 20:02:29 -0000
@@ -629,4 +629,4 @@ function template_preprocess_field(&$var
 
 /**
  * @} End of "defgroup field"
- */
\ No newline at end of file
+ */
Index: modules/field/modules/field_sql_storage/field_sql_storage.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/modules/field_sql_storage/field_sql_storage.module,v
retrieving revision 1.13
diff -u -p -r1.13 field_sql_storage.module
--- modules/field/modules/field_sql_storage/field_sql_storage.module	7 Jun 2009 00:00:57 -0000	1.13
+++ modules/field/modules/field_sql_storage/field_sql_storage.module	12 Jun 2009 20:02:29 -0000
@@ -510,4 +510,4 @@ function field_sql_storage_field_storage
       ->condition('bundle', $bundle_old)
       ->execute();
   }
-}
\ No newline at end of file
+}
Index: modules/field/modules/number/number.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/modules/number/number.module,v
retrieving revision 1.10
diff -u -p -r1.10 number.module
--- modules/field/modules/number/number.module	28 May 2009 16:44:06 -0000	1.10
+++ modules/field/modules/number/number.module	12 Jun 2009 20:02:29 -0000
@@ -434,4 +434,4 @@ function number_decimal_validate($elemen
  */
 function theme_number($element) {
   return $element['#children'];
-}
\ No newline at end of file
+}
Index: modules/field/modules/options/options.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/modules/options/options.module,v
retrieving revision 1.7
diff -u -p -r1.7 options.module
--- modules/field/modules/options/options.module	28 May 2009 16:44:06 -0000	1.7
+++ modules/field/modules/options/options.module	12 Jun 2009 20:02:29 -0000
@@ -428,4 +428,4 @@ function theme_options_onoff($element) {
 
 function theme_options_buttons($element) {
   return $element['#children'];
-}
\ No newline at end of file
+}
Index: modules/field/modules/text/text.info
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/modules/text/text.info,v
retrieving revision 1.5
diff -u -p -r1.5 text.info
--- modules/field/modules/text/text.info	12 Jun 2009 08:39:37 -0000	1.5
+++ modules/field/modules/text/text.info	12 Jun 2009 20:02:29 -0000
@@ -6,4 +6,5 @@ version = VERSION
 core = 7.x
 files[] = text.module
 files[] = text.test
-required = TRUE
\ No newline at end of file
+required = TRUE
+
Index: modules/help/help.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.admin.inc,v
retrieving revision 1.9
diff -u -p -r1.9 help.admin.inc
--- modules/help/help.admin.inc	6 Jun 2009 16:05:26 -0000	1.9
+++ modules/help/help.admin.inc	12 Jun 2009 20:02:29 -0000
@@ -73,4 +73,3 @@ function help_links_as_list() {
 
   return $output;
 }
-
Index: modules/locale/locale.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.install,v
retrieving revision 1.44
diff -u -p -r1.44 locale.install
--- modules/locale/locale.install	8 Jun 2009 05:00:11 -0000	1.44
+++ modules/locale/locale.install	12 Jun 2009 20:02:30 -0000
@@ -469,4 +469,3 @@ function locale_schema() {
 
   return $schema;
 }
-
Index: modules/locale/locale.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.test,v
retrieving revision 1.26
diff -u -p -r1.26 locale.test
--- modules/locale/locale.test	12 Jun 2009 08:39:38 -0000	1.26
+++ modules/locale/locale.test	12 Jun 2009 20:02:30 -0000
@@ -1413,4 +1413,3 @@ class LocaleContentFunctionalTest extend
     $this->drupalLogout();
   }
 }
-
Index: modules/menu/menu.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/menu/menu.install,v
retrieving revision 1.18
diff -u -p -r1.18 menu.install
--- modules/menu/menu.install	27 May 2009 18:33:58 -0000	1.18
+++ modules/menu/menu.install	12 Jun 2009 20:02:30 -0000
@@ -68,4 +68,3 @@ function menu_schema() {
 
   return $schema;
 }
-
Index: modules/node/node.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.css,v
retrieving revision 1.7
diff -u -p -r1.7 node.css
--- modules/node/node.css	30 Mar 2009 03:15:40 -0000	1.7
+++ modules/node/node.css	12 Jun 2009 20:02:30 -0000
@@ -42,4 +42,3 @@ td.revision-current {
 .terms-inline {
   display: inline;
 }
-
Index: modules/node/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.tpl.php,v
retrieving revision 1.12
diff -u -p -r1.12 node.tpl.php
--- modules/node/node.tpl.php	28 May 2009 16:44:06 -0000	1.12
+++ modules/node/node.tpl.php	12 Jun 2009 20:02:30 -0000
@@ -91,4 +91,4 @@
 
   <?php print $comments; ?>
 
-</div>
\ No newline at end of file
+</div>
Index: modules/openid/openid.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/openid/openid.css,v
retrieving revision 1.6
diff -u -p -r1.6 openid.css
--- modules/openid/openid.css	31 Mar 2009 10:48:06 -0000	1.6
+++ modules/openid/openid.css	12 Jun 2009 20:02:30 -0000
@@ -37,4 +37,4 @@ html.js #user-login li.openid-link {
 #user-login li.openid-link a {
   background: transparent url("login-bg.png") no-repeat 0 2px;
   padding: 0 20px;
-}
\ No newline at end of file
+}
Index: modules/openid/xrds.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/openid/xrds.inc,v
retrieving revision 1.3
diff -u -p -r1.3 xrds.inc
--- modules/openid/xrds.inc	14 Apr 2008 17:48:38 -0000	1.3
+++ modules/openid/xrds.inc	12 Jun 2009 20:02:30 -0000
@@ -79,4 +79,4 @@ function _xrds_strip_namespace($name) {
   }
 
   return $name;
-}
\ No newline at end of file
+}
Index: modules/path/path.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/path/path.test,v
retrieving revision 1.13
diff -u -p -r1.13 path.test
--- modules/path/path.test	12 Jun 2009 08:39:38 -0000	1.13
+++ modules/path/path.test	12 Jun 2009 20:02:30 -0000
@@ -234,4 +234,3 @@ class PathLanguageTestCase extends Drupa
     $this->assertTrue(strpos($url, $edit['path']), t('URL contains the path alias.'));
   }
 }
-
Index: modules/php/php.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/php/php.module,v
retrieving revision 1.14
diff -u -p -r1.14 php.module
--- modules/php/php.module	27 May 2009 18:34:00 -0000	1.14
+++ modules/php/php.module	12 Jun 2009 20:02:30 -0000
@@ -141,5 +141,3 @@ function php_filter($op, $delta = 0, $fo
   }
 }
 
-
-
Index: modules/poll/poll.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.module,v
retrieving revision 1.299
diff -u -p -r1.299 poll.module
--- modules/poll/poll.module	4 Jun 2009 03:33:28 -0000	1.299
+++ modules/poll/poll.module	12 Jun 2009 20:02:31 -0000
@@ -883,4 +883,3 @@ function poll_user_cancel($edit, $accoun
       break;
   }
 }
-
Index: modules/profile/profile.js
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.js,v
retrieving revision 1.7
diff -u -p -r1.7 profile.js
--- modules/profile/profile.js	27 Apr 2009 20:19:37 -0000	1.7
+++ modules/profile/profile.js	12 Jun 2009 20:02:31 -0000
@@ -56,4 +56,4 @@ Drupal.behaviors.profileDrag = {
   }
 };
 
-})(jQuery);
\ No newline at end of file
+})(jQuery);
Index: modules/profile/profile.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v
retrieving revision 1.261
diff -u -p -r1.261 profile.module
--- modules/profile/profile.module	3 Jun 2009 07:28:28 -0000	1.261
+++ modules/profile/profile.module	12 Jun 2009 20:02:31 -0000
@@ -621,4 +621,3 @@ function _profile_get_fields($category, 
     ->orderBy('weight', 'ASC')
     ->execute();
 }
-
Index: modules/simpletest/files/README.txt
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/README.txt,v
retrieving revision 1.1
diff -u -p -r1.1 README.txt
--- modules/simpletest/files/README.txt	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/README.txt	12 Jun 2009 20:02:31 -0000
@@ -2,4 +2,4 @@ $Id: README.txt,v 1.1 2008/04/20 18:23:3
 
 These files are use in some tests that upload files or other operations were
 a file is useful. These files are copied to the files directory as specified
-in the site settings. Other tests files are generated in order to save space.
\ No newline at end of file
+in the site settings. Other tests files are generated in order to save space.
Index: modules/simpletest/files/html-1.txt
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/html-1.txt,v
retrieving revision 1.1
diff -u -p -r1.1 html-1.txt
--- modules/simpletest/files/html-1.txt	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/html-1.txt	12 Jun 2009 20:02:31 -0000
@@ -1 +1 @@
-<h1>SimpleTest HTML</h1>
\ No newline at end of file
+<h1>SimpleTest HTML</h1>
Index: modules/simpletest/files/html-2.html
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/html-2.html,v
retrieving revision 1.1
diff -u -p -r1.1 html-2.html
--- modules/simpletest/files/html-2.html	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/html-2.html	12 Jun 2009 20:02:31 -0000
@@ -1 +1 @@
-<h1>SimpleTest HTML</h1>
\ No newline at end of file
+<h1>SimpleTest HTML</h1>
Index: modules/simpletest/files/javascript-1.txt
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/javascript-1.txt,v
retrieving revision 1.1
diff -u -p -r1.1 javascript-1.txt
--- modules/simpletest/files/javascript-1.txt	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/javascript-1.txt	12 Jun 2009 20:02:31 -0000
@@ -1,3 +1,3 @@
 <script>
 alert('SimpleTest PHP was executed!');
-</script>
\ No newline at end of file
+</script>
Index: modules/simpletest/files/javascript-2.script
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/javascript-2.script,v
retrieving revision 1.1
diff -u -p -r1.1 javascript-2.script
--- modules/simpletest/files/javascript-2.script	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/javascript-2.script	12 Jun 2009 20:02:31 -0000
@@ -1,3 +1,3 @@
 <script>
 alert('SimpleTest PHP was executed!');
-</script>
\ No newline at end of file
+</script>
Index: modules/simpletest/files/php-1.txt
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/php-1.txt,v
retrieving revision 1.1
diff -u -p -r1.1 php-1.txt
--- modules/simpletest/files/php-1.txt	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/php-1.txt	12 Jun 2009 20:02:31 -0000
@@ -1,3 +1,3 @@
 <?php
 print 'SimpleTest PHP was executed!';
-?>
\ No newline at end of file
+?>
Index: modules/simpletest/files/sql-1.txt
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/sql-1.txt,v
retrieving revision 1.1
diff -u -p -r1.1 sql-1.txt
--- modules/simpletest/files/sql-1.txt	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/sql-1.txt	12 Jun 2009 20:02:31 -0000
@@ -1 +1 @@
-SELECT invalid_field FROM {invalid_table}
\ No newline at end of file
+SELECT invalid_field FROM {invalid_table}
Index: modules/simpletest/files/sql-2.sql
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/files/sql-2.sql,v
retrieving revision 1.1
diff -u -p -r1.1 sql-2.sql
--- modules/simpletest/files/sql-2.sql	20 Apr 2008 18:23:30 -0000	1.1
+++ modules/simpletest/files/sql-2.sql	12 Jun 2009 20:02:31 -0000
@@ -1 +1 @@
-SELECT invalid_field FROM {invalid_table}
\ No newline at end of file
+SELECT invalid_field FROM {invalid_table}
Index: modules/simpletest/tests/batch.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/batch.test,v
retrieving revision 1.1
diff -u -p -r1.1 batch.test
--- modules/simpletest/tests/batch.test	6 May 2009 10:41:43 -0000	1.1
+++ modules/simpletest/tests/batch.test	12 Jun 2009 20:02:31 -0000
@@ -86,4 +86,4 @@ class BatchAPIPercentagesTestCase extend
       }
     }
   }
-}
\ No newline at end of file
+}
Index: modules/simpletest/tests/bootstrap.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/bootstrap.test,v
retrieving revision 1.17
diff -u -p -r1.17 bootstrap.test
--- modules/simpletest/tests/bootstrap.test	30 May 2009 11:17:32 -0000	1.17
+++ modules/simpletest/tests/bootstrap.test	12 Jun 2009 20:02:31 -0000
@@ -278,4 +278,3 @@ class HookBootExitTestCase extends Drupa
     $this->assertEqual(db_query('SELECT COUNT(*) FROM {watchdog} WHERE type = :type AND message = :message', array(':type' => 'system_test', ':message' => 'hook_exit'))->fetchField(), $calls, t('hook_exit called with agressive cache and no cached page.'));
   }
 }
-
Index: modules/simpletest/tests/cache.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/cache.test,v
retrieving revision 1.6
diff -u -p -r1.6 cache.test
--- modules/simpletest/tests/cache.test	24 May 2009 05:21:56 -0000	1.6
+++ modules/simpletest/tests/cache.test	12 Jun 2009 20:02:31 -0000
@@ -224,4 +224,4 @@ class CacheClearCase extends CacheTestCa
                       || $this->checkCacheExists('test_cid_clear2', $this->default_value),
                       t('Two caches removed after clearing cid substring with wildcard true.'));
   }
-}
\ No newline at end of file
+}
Index: modules/simpletest/tests/common.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/common.test,v
retrieving revision 1.46
diff -u -p -r1.46 common.test
--- modules/simpletest/tests/common.test	12 Jun 2009 08:39:39 -0000	1.46
+++ modules/simpletest/tests/common.test	12 Jun 2009 20:02:31 -0000
@@ -863,4 +863,3 @@ class DrupalErrorCollectionUnitTest exte
     }
   }
 }
-
Index: modules/simpletest/tests/database_test.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/database_test.module,v
retrieving revision 1.9
diff -u -p -r1.9 database_test.module
--- modules/simpletest/tests/database_test.module	27 May 2009 18:34:00 -0000	1.9
+++ modules/simpletest/tests/database_test.module	12 Jun 2009 20:02:31 -0000
@@ -188,4 +188,4 @@ function database_test_tablesort_first()
     'tasks' => $tasks,
   ));
   exit;
-}
\ No newline at end of file
+}
Index: modules/simpletest/tests/error.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/error.test,v
retrieving revision 1.3
diff -u -p -r1.3 error.test
--- modules/simpletest/tests/error.test	10 Jun 2009 20:00:10 -0000	1.3
+++ modules/simpletest/tests/error.test	12 Jun 2009 20:02:31 -0000
@@ -117,4 +117,3 @@ class DrupalErrorHandlerUnitTest extends
     $this->assertNoRaw($message, t('Error !message not found.', array('!message' => $message)));
   }
 }
-
Index: modules/simpletest/tests/graph.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/graph.test,v
retrieving revision 1.5
diff -u -p -r1.5 graph.test
--- modules/simpletest/tests/graph.test	8 Jun 2009 09:23:53 -0000	1.5
+++ modules/simpletest/tests/graph.test	12 Jun 2009 20:02:32 -0000
@@ -191,4 +191,3 @@ class GraphUnitTest extends DrupalUnitTe
     }
   }
 }
-
Index: modules/simpletest/tests/session_test.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/session_test.module,v
retrieving revision 1.8
diff -u -p -r1.8 session_test.module
--- modules/simpletest/tests/session_test.module	2 Jun 2009 06:58:17 -0000	1.8
+++ modules/simpletest/tests/session_test.module	12 Jun 2009 20:02:32 -0000
@@ -128,4 +128,3 @@ function session_test_user_login($edit =
     exit;
   }
 }
-
Index: modules/simpletest/tests/system_test.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/system_test.module,v
retrieving revision 1.12
diff -u -p -r1.12 system_test.module
--- modules/simpletest/tests/system_test.module	6 Jun 2009 15:43:05 -0000	1.12
+++ modules/simpletest/tests/system_test.module	12 Jun 2009 20:02:32 -0000
@@ -164,4 +164,3 @@ function system_test_init() {
 function system_test_exit() {
   watchdog('system_test', 'hook_exit');
 }
-
Index: modules/simpletest/tests/taxonomy_test.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/taxonomy_test.install,v
retrieving revision 1.7
diff -u -p -r1.7 taxonomy_test.install
--- modules/simpletest/tests/taxonomy_test.install	27 May 2009 18:34:00 -0000	1.7
+++ modules/simpletest/tests/taxonomy_test.install	12 Jun 2009 20:02:32 -0000
@@ -56,4 +56,3 @@ function taxonomy_test_install() {
 function taxonomy_test_uninstall() {
   drupal_uninstall_schema('taxonomy_test');
 }
-
Index: modules/system/admin-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/admin-rtl.css,v
retrieving revision 1.5
diff -u -p -r1.5 admin-rtl.css
--- modules/system/admin-rtl.css	22 Dec 2007 23:24:25 -0000	1.5
+++ modules/system/admin-rtl.css	12 Jun 2009 20:02:32 -0000
@@ -34,4 +34,3 @@ table.screenshot {
   margin-left: 0;
   margin-right: 15px;
 }
-
Index: modules/tracker/tracker.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/tracker/tracker.module,v
retrieving revision 1.158
diff -u -p -r1.158 tracker.module
--- modules/tracker/tracker.module	27 May 2009 18:34:01 -0000	1.158
+++ modules/tracker/tracker.module	12 Jun 2009 20:02:32 -0000
@@ -70,4 +70,3 @@ function _tracker_myrecent_access($accou
 function _tracker_user_access($account) {
   return user_view_access($account) && user_access('access content');
 }
-
Index: modules/trigger/trigger.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/trigger/trigger.install,v
retrieving revision 1.11
diff -u -p -r1.11 trigger.install
--- modules/trigger/trigger.install	1 Jun 2009 22:07:10 -0000	1.11
+++ modules/trigger/trigger.install	12 Jun 2009 20:02:32 -0000
@@ -67,5 +67,3 @@ function trigger_schema() {
   );
   return $schema;
 }
-
-
Index: modules/upload/upload.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/upload/upload.install,v
retrieving revision 1.12
diff -u -p -r1.12 upload.install
--- modules/upload/upload.install	1 Jun 2009 22:07:10 -0000	1.12
+++ modules/upload/upload.install	12 Jun 2009 20:02:32 -0000
@@ -96,5 +96,3 @@ function upload_schema() {
 
   return $schema;
 }
-
-
Index: modules/user/user.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.install,v
retrieving revision 1.26
diff -u -p -r1.26 user.install
--- modules/user/user.install	1 Jun 2009 22:07:10 -0000	1.26
+++ modules/user/user.install	12 Jun 2009 20:02:32 -0000
@@ -485,4 +485,3 @@ function user_update_7004(&$sandbox) {
  * @} End of "defgroup user-updates-6.x-to-7.x"
  * The next series of updates should start at 8000.
  */
-
Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.1000
diff -u -p -r1.1000 user.module
--- modules/user/user.module	8 Jun 2009 05:00:11 -0000	1.1000
+++ modules/user/user.module	12 Jun 2009 20:02:33 -0000
@@ -2933,4 +2933,3 @@ function _user_forms(&$edit, $account, $
 
   return empty($groups) ? FALSE : $groups;
 }
-
Index: scripts/password-hash.sh
===================================================================
RCS file: /cvs/drupal/drupal/scripts/password-hash.sh,v
retrieving revision 1.6
diff -u -p -r1.6 password-hash.sh
--- scripts/password-hash.sh	26 Feb 2009 07:30:29 -0000	1.6
+++ scripts/password-hash.sh	12 Jun 2009 20:02:33 -0000
@@ -92,4 +92,3 @@ foreach ($passwords as $password) {
   print("\npassword: $password \t\thash: ". user_hash_password($password) ."\n");
 }
 print("\n");
-
Index: sites/all/README.txt
===================================================================
RCS file: /cvs/drupal/drupal/sites/all/README.txt,v
retrieving revision 1.4
diff -u -p -r1.4 README.txt
--- sites/all/README.txt	18 Mar 2009 09:53:04 -0000	1.4
+++ sites/all/README.txt	12 Jun 2009 20:02:33 -0000
@@ -5,4 +5,3 @@ and themes which are common to all sites
 custom modules and themes in the sites directory will aid in upgrading
 Drupal core files. Place contributed and custom modules and themes in
 the sites/all/modules and sites/all/themes directories respectively.
-
Index: themes/README.txt
===================================================================
RCS file: /cvs/drupal/drupal/themes/README.txt,v
retrieving revision 1.2
diff -u -p -r1.2 README.txt
--- themes/README.txt	25 Jan 2008 19:47:58 -0000	1.2
+++ themes/README.txt	12 Jun 2009 20:02:33 -0000
@@ -5,4 +5,3 @@ under /sites/{sitename}/themes/, where {
 (e.g., www.example.com). This will allow you to more easily update Drupal core files.
 
 For more details, see: http://drupal.org/node/176043
-
Index: themes/garland/color/preview.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/color/preview.css,v
retrieving revision 1.1
diff -u -p -r1.1 preview.css
--- themes/garland/color/preview.css	29 Oct 2006 13:17:38 -0000	1.1
+++ themes/garland/color/preview.css	12 Jun 2009 20:02:33 -0000
@@ -55,4 +55,4 @@
 }
 #preview a:hover {
   text-decoration: underline;
-}
\ No newline at end of file
+}
