aboutsummaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-11-30 16:25:09 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-11-30 16:25:09 +0000
commit433a20229779ca13391c3d3b6f45587d1db0058c (patch)
treeef0b49e0687add7203110c8486232a76c203ebd9 /include/paths.h
parent0caeee4e362d935d4dfad936cc15e5dc15878ea9 (diff)
downloadsrc-433a20229779ca13391c3d3b6f45587d1db0058c.tar.gz
src-433a20229779ca13391c3d3b6f45587d1db0058c.zip
o Improve consistency of style by fixing tabs around _PATH_AUTHCONF.
Notes
Notes: svn path=/head/; revision=87136
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index 8a2259face08..ea4fd1dfc49b 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -45,7 +45,7 @@
#define _PATH_STDPATH \
"/usr/bin:/bin:/usr/sbin:/sbin:"
-#define _PATH_AUTHCONF "/etc/auth.conf"
+#define _PATH_AUTHCONF "/etc/auth.conf"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CAPABILITY "/etc/capability"
#define _PATH_CAPABILITY_DB "/etc/capability.db"