cleanup: All the whitespace fixes, all at once.
[mLib] / man / sub.3
index 5251228..b1f6083 100644 (file)
--- a/man/sub.3
+++ b/man/sub.3
@@ -65,7 +65,7 @@ Calling
 allocates a block of
 .I sz
 bytes from the subarena
-.IR s . 
+.IR s .
 If there isn't enough memory to allocate the block, the
 exception
 .B EXC_NOMEM
@@ -87,7 +87,7 @@ Don't try to free blocks allocated by
 to the underlying arena's
 .I free
 function, or to try freeing blocks obtained directly from the arena's
-.I alloc 
+.I alloc
 function using
 .BR subarena_free .
 If you do, you'll get what you deserve.