Index: CKEditor/trunk/_source/plugins/indent/plugin.js
===================================================================
--- CKEditor/trunk/_source/plugins/indent/plugin.js	(revision 3253)
+++ CKEditor/trunk/_source/plugins/indent/plugin.js	(revision 3260)
@@ -274,5 +274,5 @@
 				{
 					label : editor.lang.outdent,
-					command : 'outdent' 
+					command : 'outdent'
 				});
 
@@ -281,5 +281,5 @@
 			editor.on( 'selectionChange', CKEDITOR.tools.bind( onSelectionChange, outdent ) );
 		},
-		
+
 		requires : [ 'domiterator', 'list' ]
 	} );
