소스 검색

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