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
This commit is contained in:
parent
2852f8d5e2
commit
32ce7956ac
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user