Author: [email protected]
Date: Thu Feb 26 06:30:30 2009
New Revision: 1378

Modified:
    branches/bleeding_edge/test/cctest/test-log-ia32.cc

Log:
Fix lint errors.

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

Modified: branches/bleeding_edge/test/cctest/test-log-ia32.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-log-ia32.cc (original)
+++ branches/bleeding_edge/test/cctest/test-log-ia32.cc Thu Feb 26 06:30:30  
2009
@@ -2,7 +2,7 @@
  //
  // Tests of profiler-related functions from log.h

-#ifdef ENABLE_LOGGING_AND_PROFILING
+#ifdef ENABLE_LOGGING_AND_PROFILING

  #include <stdlib.h>

@@ -227,4 +227,5 @@
    CHECK_EQ(0, sample.stack[1]);
  }

-#endif  // ENABLE_LOGGING_AND_PROFILING
+#endif  // ENABLE_LOGGING_AND_PROFILING
+

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to