ObjFW  Diff

Differences From Artifact [7e1d229b63]:

To Artifact [a723d0168a]:


154
155
156
157
158
159
160





161
 */
- (void)deleteTrailingWhitespaces;

/**
 * \brief Deletes all whitespaces at the beginning and the end of the string.
 */
- (void)deleteEnclosingWhitespaces;





@end







>
>
>
>
>

154
155
156
157
158
159
160
161
162
163
164
165
166
 */
- (void)deleteTrailingWhitespaces;

/**
 * \brief Deletes all whitespaces at the beginning and the end of the string.
 */
- (void)deleteEnclosingWhitespaces;

/**
 * \brief Converts the mutable string to an immutable string.
 */
- (void)makeImmutable;
@end