cleanup: All the whitespace fixes, all at once.
[mLib] / man / dstr.3
index b7c6cfb..28acb04 100644 (file)
@@ -139,7 +139,7 @@ The following invariants are maintained by
 .B dstr
 and must hold when any function is called:
 .hP \*o
-If 
+If
 .B sz
 is nonzero, then
 .B buf
@@ -226,7 +226,7 @@ function.
 .SS "Extending a string"
 All memory allocation for strings is done by the function
 .BR dstr_ensure .
-Given a pointer 
+Given a pointer
 .I d
 to a
 .B dstr
@@ -244,7 +244,7 @@ isn't enough memory for a longer string, the exception
 .B EXC_NOMEM
 is raised.  See
 .BR exc (3)
-for more information about 
+for more information about
 .BR mLib 's
 exception handling system.
 .PP