Эх сурвалжийг харах

regenerated UnittestImportLite.cs

Jan Tattermusch 10 жил өмнө
parent
commit
881995352d

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

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