Author: [email protected]
Date: Thu Jan  8 03:44:06 2009
New Revision: 1046

Modified:
    branches/bleeding_edge/src/api.h

Log:
Fixed lint.


Modified: branches/bleeding_edge/src/api.h
==============================================================================
--- branches/bleeding_edge/src/api.h    (original)
+++ branches/bleeding_edge/src/api.h    Thu Jan  8 03:44:06 2009
@@ -309,7 +309,8 @@
  // Implementations of OpenHandle

  #define MAKE_OPEN_HANDLE(From, To) \
-  v8::internal::Handle<v8::internal::To> Utils::OpenHandle(const v8::From*  
that) { \
+  v8::internal::Handle<v8::internal::To> Utils::OpenHandle(\
+    const v8::From* that) { \
      return v8::internal::Handle<v8::internal::To>( \
           
reinterpret_cast<v8::internal::To**>(const_cast<v8::From*>(that))); \
    }

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

Reply via email to