Commit 9d5a7267 authored by ager@chromium.org's avatar ager@chromium.org

Fix indentation in utils.h.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5306 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent cc475ecf
...@@ -741,7 +741,7 @@ inline Dest BitCast(const Source& source) { ...@@ -741,7 +741,7 @@ inline Dest BitCast(const Source& source) {
template <class Dest, class Source> template <class Dest, class Source>
inline Dest BitCast(Source* 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 } } // namespace v8::internal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment