Commit 32ce7956 authored by whesse@chromium.org's avatar whesse@chromium.org

Fix formatting of one line.

Review URL: http://codereview.chromium.org/119171

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2103 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 2852f8d5
......@@ -79,7 +79,7 @@ struct Register {
int code_;
};
const Register eax = {0};
const Register eax = { 0 };
const Register ecx = { 1 };
const Register edx = { 2 };
const Register ebx = { 3 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment