Reviewers: Mads Ager, Description: Fix lint errors.
[email protected] Please review this at http://codereview.chromium.org/27208 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/test-log-ia32.cc Index: test/cctest/test-log-ia32.cc =================================================================== --- test/cctest/test-log-ia32.cc (revision 1377) +++ test/cctest/test-log-ia32.cc (working copy) @@ -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 -~----------~----~----~----~------~----~------~--~---
