aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Decoders/DecoderHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/Decoders/DecoderHelper.cs')
-rw-r--r--ARMeilleure/Decoders/DecoderHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Decoders/DecoderHelper.cs b/ARMeilleure/Decoders/DecoderHelper.cs
index 6fe4678f..38f98c39 100644
--- a/ARMeilleure/Decoders/DecoderHelper.cs
+++ b/ARMeilleure/Decoders/DecoderHelper.cs
@@ -151,7 +151,7 @@ namespace ARMeilleure.Decoders
public static bool VectorArgumentsInvalid(bool q, params int[] args)
{
- if (q)
+ if (q)
{
for (int i = 0; i < args.Length; i++)
{