Remove useless new lines

This commit is contained in:
gdkchan 2018-07-14 23:57:00 -03:00
parent 55dc51ae31
commit 235a6698ea

View file

@ -11,8 +11,6 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
{
class IAudioRendererManager : IpcService
{
private const int Rev0Magic = ('R' << 0) |
('E' << 8) |
('V' << 16) |