فهرست منبع

regenerated UnittestImportPublicLite

Jan Tattermusch 10 سال پیش
والد
کامیت
4083104aa4
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportPublicLite.cs

+ 3 - 1
csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportPublicLite.cs

@@ -92,7 +92,9 @@ namespace Google.ProtocolBuffers.TestProtos {
     #region Lite runtime methods
     public override int GetHashCode() {
       int hash = GetType().GetHashCode();
-      if (hasE) hash ^= e_.GetHashCode();
+      if (hasE) {
+        hash ^= e_.GetHashCode();
+      }
       return hash;
     }