summaryrefslogtreecommitdiff
path: root/ldso/include/unsecvars.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-09 06:59:58 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-09 06:59:58 +0000
commit79913b3e6cefbb6276026c4785aa8f776b2bd548 (patch)
tree7a836341664d8c3a9974331640454a1a12527564 /ldso/include/unsecvars.h
parent8b19fd5b44373213b806a5b30705e6882560cdfc (diff)
fix broken whitespace in many places; no functional changes
Diffstat (limited to 'ldso/include/unsecvars.h')
-rw-r--r--ldso/include/unsecvars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/include/unsecvars.h b/ldso/include/unsecvars.h
index 0ce3ebfea..f1ef381ee 100644
--- a/ldso/include/unsecvars.h
+++ b/ldso/include/unsecvars.h
@@ -5,7 +5,7 @@
* GNU Lesser General Public License version 2.1 or later.
*/
-/*
+/*
* Environment variable to be removed for SUID programs. The names are all
* stuffed in a single string which means they have to be terminated with a
* '\0' explicitly.
@@ -19,7 +19,7 @@
"LD_TRACE_LOADED_OBJECTS\0" \
"TMPDIR\0"
-/*
+/*
* LD_TRACE_LOADED_OBJECTS is not in glibc-2.3.5's unsecvars.h
* though used by ldd
*