From 18289533db252099b3f9a8dc32886bd900ac0cce Mon Sep 17 00:00:00 2001 From: Clemens Backes Date: Mon, 19 Jul 2021 14:54:15 +0200 Subject: [PATCH] Remove stray unicode character A stray 0xfeff character was accidentally added in https://crrev.com/c/2952864, causing compilation problems on some platforms. This CL removes it. In case your diff looks empty, this is the change: -// Copyright 2012 the V8 project authors. All rights reserved. +// Copyright 2012 the V8 project authors. All rights reserved. It was generated via > git checkout -p 9c904a8f19bb93f32863ecbb1efe10e8cd49a6dc^ src/utils/alloca*.cc R=leszeks@chromium.org Bug: v8:11968 Change-Id: Ief3eba7875383c4a4c4238a4af47083304fc9782 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3038526 Reviewed-by: Leszek Swirski Commit-Queue: Clemens Backes Cr-Commit-Position: refs/heads/master@{#75788} --- src/utils/allocation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/allocation.cc b/src/utils/allocation.cc index db58c07dc4..9cdd53fa6d 100644 --- a/src/utils/allocation.cc +++ b/src/utils/allocation.cc @@ -1,4 +1,4 @@ -// Copyright 2012 the V8 project authors. All rights reserved. +// Copyright 2012 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file.