aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBArray.h
diff options
context:
space:
mode:
authorSergio Campama <kaipi@google.com>2017-02-07 11:57:53 -0500
committerSergio Campama <kaipi@google.com>2017-02-07 11:57:53 -0500
commite7f5c9d071ce49c3eb509c88ec143c04463d7f31 (patch)
tree379d0477438c7d3f1d6aaa11b2f6d84b7b8d1ff9 /objectivec/GPBArray.h
parent5a3405c51a09999857e3450aa2e1be42e3fd325a (diff)
downloadprotobuf-e7f5c9d071ce49c3eb509c88ec143c04463d7f31.tar.gz
protobuf-e7f5c9d071ce49c3eb509c88ec143c04463d7f31.tar.bz2
protobuf-e7f5c9d071ce49c3eb509c88ec143c04463d7f31.zip
Removes trailing whitespaces
Diffstat (limited to 'objectivec/GPBArray.h')
-rw-r--r--objectivec/GPBArray.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/objectivec/GPBArray.h b/objectivec/GPBArray.h
index b26f509b..638b2882 100644
--- a/objectivec/GPBArray.h
+++ b/objectivec/GPBArray.h
@@ -1574,7 +1574,7 @@ NS_ASSUME_NONNULL_END
//%
//%/**
//% * Creates and initializes a GPB##NAME##Array with the single element given.
-//% *
+//% *
//% * @param value The value to be placed in the array.
//% *
//% * @return A newly instanced GPB##NAME##Array with value in it.
@@ -1600,7 +1600,7 @@ NS_ASSUME_NONNULL_END
//% **/
//%+ (instancetype)arrayWithCapacity:(NSUInteger)count;
//%
-//%/**
+//%/**
//% * @return A newly initialized and empty GPB##NAME##Array.
//% **/
//%- (instancetype)init NS_DESIGNATED_INITIALIZER;
@@ -1773,7 +1773,7 @@ NS_ASSUME_NONNULL_END
//%
//%/**
//% * Enumerates the values on this array with the given block.
-//% *
+//% *
//% * @param block The block to enumerate with.
//% * **value**: The current value being enumerated.
//% * **idx**: The index of the current value.
@@ -1827,7 +1827,7 @@ NS_ASSUME_NONNULL_END
//% * Enumerates the values on this array with the given block.
//% *
//% * @param opts Options to control the enumeration.
-//% * @param block The block to enumerate with.
+//% * @param block The block to enumerate with.
//% * **value**: The current value being enumerated.
//% * **idx**: The index of the current value.
//% * **stop**: A pointer to a boolean that when set stops the enumeration.