Revision: 12546
Author:   [email protected]
Date:     Wed Sep 19 04:09:07 2012
Log:      Remove whitespace

Review URL: https://chromiumcodereview.appspot.com/10949018
http://code.google.com/p/v8/source/detail?r=12546

Modified:
 /branches/bleeding_edge/src/objects.cc

=======================================
--- /branches/bleeding_edge/src/objects.cc      Wed Sep 19 03:06:02 2012
+++ /branches/bleeding_edge/src/objects.cc      Wed Sep 19 04:09:07 2012
@@ -7455,7 +7455,7 @@
live_enum = map->NumberOfDescribedProperties(OWN_DESCRIPTORS, DONT_ENUM);
   }
   if (live_enum == 0) return descriptors->ClearEnumCache();
-
+
   FixedArray* enum_cache = descriptors->GetEnumCache();

   int to_trim = enum_cache->length() - live_enum;

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to