Commit dcd89af4 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Lint, schmlint!

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3567 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent eb6b3f60
......@@ -6510,7 +6510,7 @@ void CallFunctionStub::Generate(MacroAssembler* masm) {
const char* CompareStub::GetName() {
switch(cc_) {
switch (cc_) {
case lt: return "CompareStub_LT";
case gt: return "CompareStub_GT";
case le: return "CompareStub_LE";
......
......@@ -7756,7 +7756,7 @@ int CompareStub::MinorKey() {
const char* CompareStub::GetName() {
switch(cc_) {
switch (cc_) {
case less: return "CompareStub_LT";
case greater: return "CompareStub_GT";
case less_equal: return "CompareStub_LE";
......
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