Revision: 5306
Author: [email protected]
Date: Thu Aug 19 01:49:26 2010
Log: Fix indentation in utils.h.
http://code.google.com/p/v8/source/detail?r=5306

Modified:
 /branches/bleeding_edge/src/utils.h

=======================================
--- /branches/bleeding_edge/src/utils.h Thu Aug 19 01:14:29 2010
+++ /branches/bleeding_edge/src/utils.h Thu Aug 19 01:49:26 2010
@@ -741,7 +741,7 @@

 template <class Dest, class Source>
 inline Dest BitCast(Source* source) {
-    return BitCast<Dest>(reinterpret_cast<uintptr_t>(source));
+  return BitCast<Dest>(reinterpret_cast<uintptr_t>(source));
 }

 } }  // namespace v8::internal

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

Reply via email to