From 6cbb4b189b04aab82a8b2934209d18ec015c571b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 26 Dec 2008 11:05:42 +0100 Subject: [PATCH] Fix indentation of comments. --- ChangeLog | 4 ++++ lib/stdlib.in.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5e313cdfa..d0c67765d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-26 Bruno Haible + + * lib/stdlib.in.h (struct random_data): Fix indentation of comments. + 2008-12-26 Bruno Haible * lib/stdint.in.h: Move the include of down until after all diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index f6ebe253c8..3820b10971 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h @@ -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 -- 2.30.2