changeset 10975:b7338e6c661f

Fix indentation of comments.
author Bruno Haible <bruno@clisp.org>
date Fri, 26 Dec 2008 11:05:42 +0100
parents 1aa0d3273940
children ed4dd79550d7
files ChangeLog lib/stdlib.in.h
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -52,8 +52,8 @@
   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