summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/Arrays.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/Arrays.cs')
-rw-r--r--csharp/src/Ice/Arrays.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/src/Ice/Arrays.cs b/csharp/src/Ice/Arrays.cs
index a18e2550798..d0e6c6fed84 100644
--- a/csharp/src/Ice/Arrays.cs
+++ b/csharp/src/Ice/Arrays.cs
@@ -46,7 +46,7 @@ namespace IceUtilInternal
return true;
}
- return false;
+ return false;
}
public static bool Equals(Array arr1, Array arr2)
@@ -84,7 +84,7 @@ namespace IceUtilInternal
return true;
}
- return false;
+ return false;
}
public static int GetHashCode(object[] arr)
@@ -100,7 +100,7 @@ namespace IceUtilInternal
}
}
- return h;
+ return h;
}
public static int GetHashCode(Array arr)
@@ -115,7 +115,7 @@ namespace IceUtilInternal
}
}
- return h;
+ return h;
}
}
}