Index: wp-content/plugins/hello.php
===================================================================
--- wp-content/plugins/hello.php	(revision 18372)
+++ wp-content/plugins/hello.php	(working copy)
@@ -69,7 +69,7 @@
 	#dolly {
 		float: $x;
 		padding-$x: 15px;
-		padding-top: 5px;		
+		padding-top: 5px;
 		margin: 0;
 		font-size: 11px;
 	}
Index: wp-content/themes/twentyeleven/rtl.css
===================================================================
--- wp-content/themes/twentyeleven/rtl.css	(revision 18372)
+++ wp-content/themes/twentyeleven/rtl.css	(working copy)
@@ -85,7 +85,7 @@
 	margin: 0 2.5em 1.625em 0;
 }
 .ltr ul, ol {
-	margin: 0 0 1.625em  2.5em;	
+	margin: 0 0 1.625em  2.5em;
 }
 blockquote {
 	font-family: Arial, sans-serif;
Index: wp-content/themes/twentyeleven/colors/dark.css
===================================================================
--- wp-content/themes/twentyeleven/colors/dark.css	(revision 18372)
+++ wp-content/themes/twentyeleven/colors/dark.css	(working copy)
@@ -322,7 +322,7 @@
 
 /* Featured Slider */
 .featured-posts {
-	border-color: #222;	
+	border-color: #222;
 }
 .featured-posts section.featured-post {
 	background: #000;
@@ -594,7 +594,7 @@
 	/* Comments */
 	.commentlist > li.comment {
 	}
-	
+
 	/* Post author highlighting */
 	.commentlist > li.bypostauthor {
 		color: #333;
@@ -615,4 +615,4 @@
 	.commentlist .children > li.bypostauthor > article .comment-meta {
 		color: #959595;
 	}
-}
\ No newline at end of file
+}
Index: wp-content/themes/twentyeleven/inc/theme-options.php
===================================================================
--- wp-content/themes/twentyeleven/inc/theme-options.php	(revision 18372)
+++ wp-content/themes/twentyeleven/inc/theme-options.php	(working copy)
@@ -165,7 +165,7 @@
 		'theme_layout' => 'content-sidebar',
 	);
 
-	if ( is_rtl() ) 
+	if ( is_rtl() )
  		$default_theme_options['theme_layout'] = 'sidebar-content';
 
 	return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );
@@ -405,4 +405,4 @@
 
 	return array_merge( $existing_classes, $classes );
 }
-add_filter( 'body_class', 'twentyeleven_layout_classes' );
\ No newline at end of file
+add_filter( 'body_class', 'twentyeleven_layout_classes' );
Index: wp-admin/options-general.php
===================================================================
--- wp-admin/options-general.php	(revision 18372)
+++ wp-admin/options-general.php	(working copy)
@@ -183,7 +183,7 @@
 	<br />
 	<?php
 	$allowed_zones = timezone_identifiers_list();
-	
+
 	if ( in_array( $tzstring, $allowed_zones) ) {
 		$found = false;
 		$date_time_zone_selected = new DateTimeZone($tzstring);
