summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/seed48.c
diff options
context:
space:
mode:
authorAndré Goddard Rosa <andre.goddard@gmail.com>2010-02-05 18:32:52 -0200
committerJean-Baptiste Queru <jbq@google.com>2010-04-29 07:29:06 -0700
commite734769276045c0cb89d4620fdd4ef35a0e6c335 (patch)
tree8b7cdc163f1dce70efb9f5221e6e0b845a07c368 /libc/stdlib/seed48.c
parent1698d9ebfc7e27271852a1fdf305a2ac37b3ebe4 (diff)
downloadbionic-e734769276045c0cb89d4620fdd4ef35a0e6c335.zip
bionic-e734769276045c0cb89d4620fdd4ef35a0e6c335.tar.gz
bionic-e734769276045c0cb89d4620fdd4ef35a0e6c335.tar.bz2
improve readability of stdlib: fix indentation and remove trailing spaces
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1
Diffstat (limited to 'libc/stdlib/seed48.c')
-rw-r--r--libc/stdlib/seed48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/seed48.c b/libc/stdlib/seed48.c
index afd5f54..583262f 100644
--- a/libc/stdlib/seed48.c
+++ b/libc/stdlib/seed48.c
@@ -22,7 +22,7 @@ unsigned short *
seed48(unsigned short xseed[3])
{
static unsigned short sseed[3];
-
+
sseed[0] = __rand48_seed[0];
sseed[1] = __rand48_seed[1];
sseed[2] = __rand48_seed[2];