From 46554418a56b581a565050409d9a5f8901c92443 Mon Sep 17 00:00:00 2001 From: Ayase Minori Date: Thu, 20 Jul 2023 07:41:53 +0000 Subject: [PATCH] Indent Signed-off-by: GitHub --- source/Vignette/Audio/AudioManager.cs | 2 +- source/Vignette/Content/AsarLoader.cs | 2 +- source/Vignette/Graphics/IProjector.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Vignette/Audio/AudioManager.cs b/source/Vignette/Audio/AudioManager.cs index e461756..47ab475 100644 --- a/source/Vignette/Audio/AudioManager.cs +++ b/source/Vignette/Audio/AudioManager.cs @@ -166,7 +166,7 @@ public void Dispose() source.Stop(); - while(source.TryDequeue(out var buffer)) + while (source.TryDequeue(out var buffer)) { bufferPool.Return(buffer); } diff --git a/source/Vignette/Content/AsarLoader.cs b/source/Vignette/Content/AsarLoader.cs index 66c0998..a239f9a 100644 --- a/source/Vignette/Content/AsarLoader.cs +++ b/source/Vignette/Content/AsarLoader.cs @@ -1,9 +1,9 @@ // Copyright (c) Cosyne // Licensed under GPL 3.0 with SDK Exception. See LICENSE for details. -using craftersmine.Asar.Net; using System; using System.IO; +using craftersmine.Asar.Net; namespace Vignette.Content; internal class AsarLoader : IContentLoader diff --git a/source/Vignette/Graphics/IProjector.cs b/source/Vignette/Graphics/IProjector.cs index 17601b1..2590b55 100644 --- a/source/Vignette/Graphics/IProjector.cs +++ b/source/Vignette/Graphics/IProjector.cs @@ -19,7 +19,7 @@ public interface IProjector /// /// The projector's rotation. /// - Vector3 Rotation { get; } + Vector3 Rotation { get; } /// /// The projector's view matrix.