From e48dd2d32b312fc8733ebe9d76551963a2d8eb71 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Mon, 23 Aug 2021 21:18:25 +0200 Subject: [PATCH] Remove utf-8 BOM from source files (#15270) --- src/openrct2/Context.h | 2 +- src/openrct2/world/TileElementsView.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openrct2/Context.h b/src/openrct2/Context.h index 4cac112caf..56740f30b9 100644 --- a/src/openrct2/Context.h +++ b/src/openrct2/Context.h @@ -1,4 +1,4 @@ -/***************************************************************************** +/***************************************************************************** * Copyright (c) 2014-2020 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md diff --git a/src/openrct2/world/TileElementsView.h b/src/openrct2/world/TileElementsView.h index d43e995999..5a357db762 100644 --- a/src/openrct2/world/TileElementsView.h +++ b/src/openrct2/world/TileElementsView.h @@ -1,4 +1,4 @@ -/***************************************************************************** +/***************************************************************************** * Copyright (c) 2014-2021 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md