summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-02-06 02:38:53 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-06 02:38:53 -0800
commit0cbcca89bad6656bfda8c60e143295e0f00054b6 (patch)
tree5be5682e39cf5b0287a665ddf21faa2e01cbf861 /sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c
parent70b7d00fc782759f1257001202cc30cb29bae28f (diff)
downloadglibc-0cbcca89bad6656bfda8c60e143295e0f00054b6.tar.gz
Whitespace and copyright year fixes.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c b/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c
index f566f50bea..790b46466e 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2010 Free Software Foundation, Inc.
Contributed by Andreas Krebbel <Andreas.Krebbel@de.ibm.com>.
This file is part of the GNU C Library.
@@ -34,7 +34,7 @@
calls. */
#define ALLOCATE_UTMPX32_OUT(OUT) \
static struct utmpx32 *OUT = NULL; \
- \
+ \
if (OUT == NULL) \
{ \
OUT = malloc (sizeof (struct utmpx32)); \