Commit e7f5c9d0 authored by Sergio Campama's avatar Sergio Campama

Removes trailing whitespaces

parent 5a3405c5
...@@ -1574,7 +1574,7 @@ NS_ASSUME_NONNULL_END ...@@ -1574,7 +1574,7 @@ NS_ASSUME_NONNULL_END
//% //%
//%/** //%/**
//% * Creates and initializes a GPB##NAME##Array with the single element given. //% * Creates and initializes a GPB##NAME##Array with the single element given.
//% * //% *
//% * @param value The value to be placed in the array. //% * @param value The value to be placed in the array.
//% * //% *
//% * @return A newly instanced GPB##NAME##Array with value in it. //% * @return A newly instanced GPB##NAME##Array with value in it.
...@@ -1600,7 +1600,7 @@ NS_ASSUME_NONNULL_END ...@@ -1600,7 +1600,7 @@ NS_ASSUME_NONNULL_END
//% **/ //% **/
//%+ (instancetype)arrayWithCapacity:(NSUInteger)count; //%+ (instancetype)arrayWithCapacity:(NSUInteger)count;
//% //%
//%/** //%/**
//% * @return A newly initialized and empty GPB##NAME##Array. //% * @return A newly initialized and empty GPB##NAME##Array.
//% **/ //% **/
//%- (instancetype)init NS_DESIGNATED_INITIALIZER; //%- (instancetype)init NS_DESIGNATED_INITIALIZER;
...@@ -1773,7 +1773,7 @@ NS_ASSUME_NONNULL_END ...@@ -1773,7 +1773,7 @@ NS_ASSUME_NONNULL_END
//% //%
//%/** //%/**
//% * Enumerates the values on this array with the given block. //% * Enumerates the values on this array with the given block.
//% * //% *
//% * @param block The block to enumerate with. //% * @param block The block to enumerate with.
//% * **value**: The current value being enumerated. //% * **value**: The current value being enumerated.
//% * **idx**: The index of the current value. //% * **idx**: The index of the current value.
...@@ -1827,7 +1827,7 @@ NS_ASSUME_NONNULL_END ...@@ -1827,7 +1827,7 @@ NS_ASSUME_NONNULL_END
//% * Enumerates the values on this array with the given block. //% * Enumerates the values on this array with the given block.
//% * //% *
//% * @param opts Options to control the enumeration. //% * @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. //% * **value**: The current value being enumerated.
//% * **idx**: The index of the current value. //% * **idx**: The index of the current value.
//% * **stop**: A pointer to a boolean that when set stops the enumeration. //% * **stop**: A pointer to a boolean that when set stops the enumeration.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment