From 74c5e0c3762939fbf5988daf6f97c5d9c97ef4f5 Mon Sep 17 00:00:00 2001 From: csharptest Date: Thu, 14 Jul 2011 13:06:22 -0500 Subject: Reformatted to include braces --- src/ProtocolBuffers/WireFormat.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ProtocolBuffers/WireFormat.cs') diff --git a/src/ProtocolBuffers/WireFormat.cs b/src/ProtocolBuffers/WireFormat.cs index 328d7bc0..a03f1652 100644 --- a/src/ProtocolBuffers/WireFormat.cs +++ b/src/ProtocolBuffers/WireFormat.cs @@ -143,6 +143,7 @@ namespace Google.ProtocolBuffers } #endif + /// /// Converts a field type to its wire type. Done with a switch for the sake /// of speed - this is significantly faster than a dictionary lookup. -- cgit v1.2.3