Author: [email protected]
Date: Fri Mar 27 03:17:50 2009
New Revision: 1628

Modified:
    branches/bleeding_edge/src/debug.h

Log:
Fixed lint.

Removed one space added by Visual Studio.

[email protected]
Review URL: http://codereview.chromium.org/55006

Modified: branches/bleeding_edge/src/debug.h
==============================================================================
--- branches/bleeding_edge/src/debug.h  (original)
+++ branches/bleeding_edge/src/debug.h  Fri Mar 27 03:17:50 2009
@@ -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
-~----------~----~----~----~------~----~------~--~---

Reply via email to