From 4083104aa4862e22aa5addbfaaa3a49ebbd2c4a0 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 12 May 2015 21:58:59 -0700 Subject: [PATCH] regenerated UnittestImportPublicLite --- .../TestProtos/UnittestImportPublicLite.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportPublicLite.cs b/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportPublicLite.cs index de2508998f..6dabfcdbd2 100644 --- a/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportPublicLite.cs +++ b/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; }