Changes: whitespace cleanups
diff --git a/Changes b/Changes
index b23eaf7..f249944 100644
--- a/Changes
+++ b/Changes
@@ -97,10 +97,10 @@
     Alejandro Colomar
         Create summary page for 'queue' APIs
             The former queue(3) page was rather unwieldy, as it attempted to
-	    describe too many APIs. After splitting that content out into a
-	    number of smaller pages ( circleq.3, list.3, slist.3, stailq.3,
-	    and tailq.3) move the much-reduced queue(3) page, which is now
-	    essentially a summary of those APIs, from Section 3 to Section 7.
+            describe too many APIs. After splitting that content out into a
+            number of smaller pages ( circleq.3, list.3, slist.3, stailq.3,
+            and tailq.3) move the much-reduced queue(3) page, which is now
+            essentially a summary of those APIs, from Section 3 to Section 7.
 
 
 Newly documented interfaces in existing pages
@@ -411,7 +411,7 @@
     Alejandro Colomar
         Declare variables with different types in different lines
         In particular, don's mix a variable and a pointer declaration
-	on the same line: TYPE x, *p;
+        on the same line: TYPE x, *p;
 
 
 Changes to individual pages