From c023ec3a77e594d7cdaf8f5443622d71e42ae260 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Mon, 8 Dec 2008 11:23:38 +0000 Subject: [PATCH] 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 --- src/builtins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1