diff --git a/ICSharpCode.Decompiler/Util/LongDict.cs b/ICSharpCode.Decompiler/Util/LongDict.cs
index 109b530e7..840e48e48 100644
--- a/ICSharpCode.Decompiler/Util/LongDict.cs
+++ b/ICSharpCode.Decompiler/Util/LongDict.cs
@@ -35,8 +35,8 @@ namespace ICSharpCode.Decompiler.Util
///
/// An immutable mapping from keys of type long to values of type T.
///
- struct LongDict : IEnumerable>
- {
+ struct LongDict : IEnumerable>
+ {
readonly LongInterval[] keys;
readonly T[] values;