Author: [email protected]
Date: Thu May  7 03:31:14 2009
New Revision: 1896

Modified:
    branches/bleeding_edge/src/globals.h
    branches/bleeding_edge/src/log.cc
    branches/bleeding_edge/test/cctest/test-regexp.cc

Log:
Fix lint
Review URL: http://codereview.chromium.org/115076

Modified: branches/bleeding_edge/src/globals.h
==============================================================================
--- branches/bleeding_edge/src/globals.h        (original)
+++ branches/bleeding_edge/src/globals.h        Thu May  7 03:31:14 2009
@@ -82,7 +82,7 @@
  #define V8_INT64_C(x)   (x ## L)
  #define V8_PTR_PREFIX "l"
  #endif
-#else // V8_HOST_ARCH_64_BIT
+#else  // V8_HOST_ARCH_64_BIT
  #define V8_PTR_PREFIX ""
  #endif


Modified: branches/bleeding_edge/src/log.cc
==============================================================================
--- branches/bleeding_edge/src/log.cc   (original)
+++ branches/bleeding_edge/src/log.cc   Thu May  7 03:31:14 2009
@@ -907,7 +907,8 @@
        name->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
    SmartPointer<char> sourcestr =
        source->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
-  msg.Append("code-creation,%s,0x%"V8PRIp",%d,\"%s %s:%d\"\n", tag,  
code->address(),
+  msg.Append("code-creation,%s,0x%"V8PRIp",%d,\"%s %s:%d\"\n",
+             tag, code->address(),
               code->ExecutableSize(),
               *str, *sourcestr, line);
    msg.WriteToLogFile();

Modified: branches/bleeding_edge/test/cctest/test-regexp.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-regexp.cc   (original)
+++ branches/bleeding_edge/test/cctest/test-regexp.cc   Thu May  7 03:31:14  
2009
@@ -1,4 +1,4 @@
-/// Copyright 2008 the V8 project authors. All rights reserved.
+// Copyright 2008 the V8 project authors. All rights reserved.
  // Redistribution and use in source and binary forms, with or without
  // modification, are permitted provided that the following conditions are
  // met:

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

Reply via email to