aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2016-04-06 10:17:13 +0100
committerJon Skeet <jonskeet@google.com>2016-04-06 10:17:13 +0100
commitbfd1c84a3dab01683c4e97dc401f5a4a264a7e7e (patch)
tree1402a1f716d65adce7b27bd0d1cb01c636e27606 /src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
parent89719f07a35bee3c20e746944773587ac2a47444 (diff)
downloadprotobuf-bfd1c84a3dab01683c4e97dc401f5a4a264a7e7e.tar.gz
protobuf-bfd1c84a3dab01683c4e97dc401f5a4a264a7e7e.tar.bz2
protobuf-bfd1c84a3dab01683c4e97dc401f5a4a264a7e7e.zip
Line-wrapping changes only for C# generator code
This should have no behavioral changes at all. This doesn't strictly enforce an 80-column limit, but removes the most egregious violations. The indentation in the C# generator code is inconsistent in general, unfortunately - if we have any good tools that can be trusted to reformat, I'd be happy to apply them.
Diffstat (limited to 'src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h')
-rw-r--r--src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h b/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
index 70a66a37..6e33648b 100644
--- a/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
+++ b/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
@@ -45,7 +45,9 @@ struct Options;
class RepeatedMessageFieldGenerator : public FieldGeneratorBase {
public:
- RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor, int fieldOrdinal, const Options *options);
+ RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor,
+ int fieldOrdinal,
+ const Options *options);
~RepeatedMessageFieldGenerator();
virtual void GenerateCloningCode(io::Printer* printer);