Index: /CKEditor/branches/versions/3.4.x/_source/plugins/justify/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/justify/plugin.js	(revision 5807)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/justify/plugin.js	(revision 5808)
@@ -17,6 +17,6 @@
 			return CKEDITOR.TRISTATE_OFF;
 
-		return ( getAlignment( firstBlock, editor.config.useComputedState ) == this.value ) ? 
-			CKEDITOR.TRISTATE_ON : 
+		return ( getAlignment( firstBlock, editor.config.useComputedState ) == this.value ) ?
+			CKEDITOR.TRISTATE_ON :
 			CKEDITOR.TRISTATE_OFF;
 	}
