Whitespace correction
[jquery.git] / src / effects.js
index feaf02b..482c44d 100644 (file)
@@ -63,8 +63,8 @@ jQuery.fn.extend({
                                var display = jQuery.css( this[i], "display" );
         
                                if ( display !== "none" && !jQuery.data( this[i], "olddisplay" ) ) {
-                                 jQuery.data( this[i], "olddisplay", display );
-                         }                               
+               jQuery.data( this[i], "olddisplay", display );
+                               }
                        }
 
                        // Set the display of the elements in a second loop