ObjFW  Diff

Differences From Artifact [f563238c97]:

To Artifact [b015e271e1]:


199
200
201
202
203
204
205
206

207
199
200
201
202
203
204
205

206
207







-
+

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

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