Revision: 2641
Author: [email protected]
Date: Thu Aug  6 13:35:33 2009
Log: Fix presubmit errors.

[email protected]

Review URL: http://codereview.chromium.org/164085
http://code.google.com/p/v8/source/detail?r=2641

Modified:
  /branches/bleeding_edge/src/platform-macos.cc

=======================================
--- /branches/bleeding_edge/src/platform-macos.cc       Thu Aug  6 08:47:58 2009
+++ /branches/bleeding_edge/src/platform-macos.cc       Thu Aug  6 13:35:33 2009
@@ -519,7 +519,7 @@
  #define REGISTER_FIELD(name) __r ## name
  #else
  #define REGISTER_FIELD(name) r ## name
-#endif // __DARWIN_UNIX03
+#endif  // __DARWIN_UNIX03
  #elif V8_HOST_ARCH_IA32
          thread_state_flavor_t flavor = i386_THREAD_STATE;
          i386_thread_state_t state;
@@ -528,7 +528,7 @@
  #define REGISTER_FIELD(name) __e ## name
  #else
  #define REGISTER_FIELD(name) e ## name
-#endif // __DARWIN_UNIX03
+#endif  // __DARWIN_UNIX03
  #else
  #error Unsupported Mac OS X host architecture.
  #endif  // V8_HOST_ARCH

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

Reply via email to