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 d5e313c..d0c6776 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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
        the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
        not __STDC_CONSTANT_MACROS.
index f6ebe25..3820b10 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