Index: libraries.api.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/libraries/libraries.api.php,v
retrieving revision 1.2
diff -u -p -r1.2 libraries.api.php
--- libraries.api.php	23 Jul 2010 12:57:01 -0000	1.2
+++ libraries.api.php	23 Jul 2010 13:15:08 -0000
@@ -60,7 +60,7 @@
  *       returns TRUE or FALSE, depending on whether the variant is available or
  *       not. The first argument is always $library, an array containing all
  *       library information as described here. The seconds argument is always
- *       $name, a string containing the name of the variant. The following 
+ *       $name, a string containing the name of the variant. The following
  *       argument(s) can either be:
  *       - options: An associative array of additional information to pass to
  *         the version callback. In this case the version arguments (see below)
Index: tests/libraries_test.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/libraries/tests/libraries_test.js,v
retrieving revision 1.2
diff -u -p -r1.2 libraries_test.js
--- tests/libraries_test.js	23 Jul 2010 12:57:01 -0000	1.2
+++ tests/libraries_test.js	23 Jul 2010 13:15:08 -0000
@@ -16,4 +16,4 @@ Drupal.behaviors.librariesTest = {
   }
 };
 
-})(jQuery); 
+})(jQuery);
Index: tests/example/example_installed_1.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/libraries/tests/example/example_installed_1.js,v
retrieving revision 1.1
diff -u -p -r1.1 example_installed_1.js
--- tests/example/example_installed_1.js	23 Jul 2010 12:57:01 -0000	1.1
+++ tests/example/example_installed_1.js	23 Jul 2010 13:15:08 -0000
@@ -8,7 +8,7 @@
  * JavaScript below can be useful for debugging with SimpleTest's verbose mode.
  */
 
-(function ($) { 
+(function ($) {
 
 Drupal.behaviors.librariesTest = {
   attach: function(context, settings) {
@@ -16,4 +16,4 @@ Drupal.behaviors.librariesTest = {
   }
 };
 
-})(jQuery); 
+})(jQuery);
Index: tests/example/example_installed_2.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/libraries/tests/example/example_installed_2.js,v
retrieving revision 1.2
diff -u -p -r1.2 example_installed_2.js
--- tests/example/example_installed_2.js	23 Jul 2010 12:57:01 -0000	1.2
+++ tests/example/example_installed_2.js	23 Jul 2010 13:15:08 -0000
@@ -16,4 +16,4 @@ Drupal.behaviors.librariesTest = {
   }
 };
 
-})(jQuery); 
+})(jQuery);
Index: tests/example/example_installed_variant_1.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/libraries/tests/example/example_installed_variant_1.js,v
retrieving revision 1.1
diff -u -p -r1.1 example_installed_variant_1.js
--- tests/example/example_installed_variant_1.js	23 Jul 2010 12:57:01 -0000	1.1
+++ tests/example/example_installed_variant_1.js	23 Jul 2010 13:15:08 -0000
@@ -16,4 +16,4 @@ Drupal.behaviors.librariesTest = {
   }
 };
 
-})(jQuery); 
+})(jQuery);
Index: tests/example/example_installed_variant_2.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/libraries/tests/example/example_installed_variant_2.js,v
retrieving revision 1.1
diff -u -p -r1.1 example_installed_variant_2.js
--- tests/example/example_installed_variant_2.js	23 Jul 2010 12:57:01 -0000	1.1
+++ tests/example/example_installed_variant_2.js	23 Jul 2010 13:15:08 -0000
@@ -16,4 +16,4 @@ Drupal.behaviors.librariesTest = {
   }
 };
 
-})(jQuery); 
+})(jQuery);
