LGTM On Fri, Mar 27, 2009 at 11:17 AM, <[email protected]> wrote: > > Reviewers: Mads Ager, > > Description: > Fixed lint. > > Removed one space added by Visual Studio. > > [email protected] > > Please review this at http://codereview.chromium.org/55006 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M src/debug.h > > > Index: src/debug.h > =================================================================== > --- src/debug.h (revision 1627) > +++ src/debug.h (working copy) > @@ -552,7 +552,7 @@ > // seperate from the V8 thread. > class DebugMessageThread: public Thread { > public: > - DebugMessageThread() : keep_running_(true) {} > + DebugMessageThread() : keep_running_(true) {} > virtual ~DebugMessageThread() {} > > // Main function of DebugMessageThread thread. > > > > > >
--~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
