diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-11-04 10:10:58 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-11-04 10:10:58 +0100 |
commit | 72e182e38d6f1dff4f382d6cc7eea74936acbdee (patch) | |
tree | ac1dde0f3513e70c02d2bd906891566e09787c7a /sysdeps/unix/sysv/linux/paths.h | |
parent | d3bd58cf0a027016544949ffd27300ac5fb01bb8 (diff) | |
download | glibc-72e182e38d6f1dff4f382d6cc7eea74936acbdee.tar.gz glibc-72e182e38d6f1dff4f382d6cc7eea74936acbdee.tar.xz glibc-72e182e38d6f1dff4f382d6cc7eea74936acbdee.zip |
Fix small indendation issues in paths.h files
Diffstat (limited to 'sysdeps/unix/sysv/linux/paths.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/paths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/paths.h b/sysdeps/unix/sysv/linux/paths.h index f4860f24d9..1342ab3a96 100644 --- a/sysdeps/unix/sysv/linux/paths.h +++ b/sysdeps/unix/sysv/linux/paths.h @@ -61,9 +61,9 @@ #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" -#define _PATH_UTMP "/var/run/utmp" +#define _PATH_UTMP "/var/run/utmp" #define _PATH_VI "/usr/bin/vi" -#define _PATH_WTMP "/var/log/wtmp" +#define _PATH_WTMP "/var/log/wtmp" /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" |