Преглед на файлове

regenerated UnittestImportLite.cs

Jan Tattermusch преди 10 години
родител
ревизия
881995352d
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportLite.cs

+ 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;
     }