Clean trailing whitespace from all files.
[jquery.git] / src / effects.js
index 6007074..5f3a035 100644 (file)
@@ -61,7 +61,7 @@ jQuery.fn.extend({
                } else {
                        for ( var i = 0, j = this.length; i < j; i++ ) {
                                var display = jQuery.css( this[i], "display" );
-        
+
                                if ( display !== "none" && !jQuery.data( this[i], "olddisplay" ) ) {
                                        jQuery.data( this[i], "olddisplay", display );
                                }