Remove BOM

This commit is contained in:
svc64 2023-12-28 12:44:51 +01:00
parent f9156756c9
commit bba192b324
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!-- Copyright (C) 2009-2022 Free Software Foundation, Inc.
Contributed by ARM Ltd.
Copying and distribution of this file, with or without modification,

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!-- Copyright (C) 2009-2022 Free Software Foundation, Inc.
Contributed by ARM Ltd.
Copying and distribution of this file, with or without modification,

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
Contributed by ARM Ltd.

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<!-- Copyright (C) 2009-2013 Free Software Foundation, Inc.
Contributed by ARM Ltd.

View File

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.Debugger
namespace Ryujinx.HLE.Debugger
{
struct BreakInMessage : IMessage
{

View File

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.Debugger
namespace Ryujinx.HLE.Debugger
{
struct CommandMessage : IMessage
{

View File

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.Debugger
namespace Ryujinx.HLE.Debugger
{
interface IMessage
{

View File

@ -1,4 +1,4 @@
namespace Ryujinx.HLE.Debugger
namespace Ryujinx.HLE.Debugger
{
struct SendNackMessage : IMessage
{

View File

@ -1,4 +1,4 @@
using IExecutionContext = Ryujinx.Cpu.IExecutionContext;
using IExecutionContext = Ryujinx.Cpu.IExecutionContext;
namespace Ryujinx.HLE.Debugger
{