Fix indentation of comments.
authorBruno Haible <bruno@clisp.org>
Fri, 26 Dec 2008 10:05:42 +0000 (11:05 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Dec 2008 10:05:42 +0000 (11:05 +0100)
ChangeLog
lib/stdlib.in.h

index d5e313cdfacc4c24e4aecf4ae9e8bf781e2eb96d..d0c67765d10782b59da99c5a3b45b359c222b6f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-26  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
+
 2008-12-26  Bruno Haible  <bruno@clisp.org>
 
        * lib/stdint.in.h: Move the include of <wchar.h> down until after all
index f6ebe253c8775b8b5bd4fee65dfd2e09f103ffb1..3820b10971888851f3955580616c60c192ccf9ee 100644 (file)
@@ -52,8 +52,8 @@ struct random_data
   int32_t *rptr;               /* Rear pointer.  */
   int32_t *state;              /* Array of state values.  */
   int rand_type;               /* Type of random number generator.  */
-  int rand_deg;                /* Degree of random number generator.  */
-  int rand_sep;                /* Distance between front and rear.  */
+  int rand_deg;                        /* Degree of random number generator.  */
+  int rand_sep;                        /* Distance between front and rear.  */
   int32_t *end_ptr;            /* Pointer behind state table.  */
 };
 #endif