aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/google/protobuf/Empty.pbobjc.h
diff options
context:
space:
mode:
authorGravatar Sergio Campamá <kaipi@google.com>2016-08-12 11:44:03 -0700
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-08-12 14:44:03 -0400
commita2484208c3291ea522a891114d2821829bd09083 (patch)
tree02d7a7b2711896de51ef0c414b6ab240b9598267 /objectivec/google/protobuf/Empty.pbobjc.h
parentcd561dddc9a0e6d9ea5f355148505de4bd62dabc (diff)
Fixes extra whitespace on generated comments. (#1950)
Fixes extra whitespace on generated comments.
Diffstat (limited to 'objectivec/google/protobuf/Empty.pbobjc.h')
-rw-r--r--objectivec/google/protobuf/Empty.pbobjc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/objectivec/google/protobuf/Empty.pbobjc.h b/objectivec/google/protobuf/Empty.pbobjc.h
index d85efd2c..4d36174d 100644
--- a/objectivec/google/protobuf/Empty.pbobjc.h
+++ b/objectivec/google/protobuf/Empty.pbobjc.h
@@ -47,11 +47,11 @@ NS_ASSUME_NONNULL_BEGIN
* A generic empty message that you can re-use to avoid defining duplicated
* empty messages in your APIs. A typical example is to use it as the request
* or the response type of an API method. For instance:
- *
+ *
* service Foo {
* rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
* }
- *
+ *
* The JSON representation for `Empty` is empty JSON object `{}`.
**/
@interface GPBEmpty : GPBMessage