diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 09:22:12 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 09:22:12 +0000 |
commit | e0bda2246266eb70d00d743388d801e0dba05180 (patch) | |
tree | 26138698c787b965a6b28adf76c021bc8310a078 /js/src/jit | |
parent | 6b9f2095a314fcdef1651fa91ce02161b90131e4 (diff) | |
download | UXP-e0bda2246266eb70d00d743388d801e0dba05180.tar UXP-e0bda2246266eb70d00d743388d801e0dba05180.tar.gz UXP-e0bda2246266eb70d00d743388d801e0dba05180.tar.lz UXP-e0bda2246266eb70d00d743388d801e0dba05180.tar.xz UXP-e0bda2246266eb70d00d743388d801e0dba05180.zip |
Issue #1656 - Part 10: Manual cleanup.
Diffstat (limited to 'js/src/jit')
-rw-r--r-- | js/src/jit/mips64/Simulator-mips64.cpp | 3 | ||||
-rw-r--r-- | js/src/jit/mips64/Simulator-mips64.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/js/src/jit/mips64/Simulator-mips64.cpp b/js/src/jit/mips64/Simulator-mips64.cpp index fcdf41fac..19841dd15 100644 --- a/js/src/jit/mips64/Simulator-mips64.cpp +++ b/js/src/jit/mips64/Simulator-mips64.cpp @@ -1,5 +1,4 @@ -/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: */ +/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // Copyright 2011 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 diff --git a/js/src/jit/mips64/Simulator-mips64.h b/js/src/jit/mips64/Simulator-mips64.h index de1930c91..d73bc6957 100644 --- a/js/src/jit/mips64/Simulator-mips64.h +++ b/js/src/jit/mips64/Simulator-mips64.h @@ -1,5 +1,4 @@ -/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: set ts=8 sts=4 et sw=4 tw=99: */ +/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // Copyright 2011 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 |