From: ager@chromium.org Date: Mon, 8 Dec 2008 11:23:38 +0000 (+0000) Subject: Fix trailing whitespace. X-Git-Tag: upstream/4.7.83~24890 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c023ec3a77e594d7cdaf8f5443622d71e42ae260;p=platform%2Fupstream%2Fv8.git Fix trailing whitespace. TBR=sgjesse Review URL: http://codereview.chromium.org/13616 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@936 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/builtins.h b/src/builtins.h index dd44feed9..74b67462b 100644 --- a/src/builtins.h +++ b/src/builtins.h @@ -92,7 +92,7 @@ namespace v8 { namespace internal { V(LoadIC_DebugBreak, LOAD_IC, DEBUG_BREAK) \ V(KeyedLoadIC_DebugBreak, KEYED_LOAD_IC, DEBUG_BREAK) \ V(StoreIC_DebugBreak, STORE_IC, DEBUG_BREAK) \ - V(KeyedStoreIC_DebugBreak, KEYED_STORE_IC, DEBUG_BREAK) + V(KeyedStoreIC_DebugBreak, KEYED_STORE_IC, DEBUG_BREAK) // Define list of builtins implemented in JavaScript.