summaryrefslogtreecommitdiff
path: root/lib/classpath.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /lib/classpath.c
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/classpath.c')
-rw-r--r--lib/classpath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/classpath.c b/lib/classpath.c
index 0651d0f82c..d9821e3dbb 100644
--- a/lib/classpath.c
+++ b/lib/classpath.c
@@ -46,7 +46,7 @@
CLASSPATH is ignored. */
char *
new_classpath (const char * const *classpaths, unsigned int classpaths_count,
- bool use_minimal_classpath)
+ bool use_minimal_classpath)
{
const char *old_classpath;
unsigned int length;
@@ -81,7 +81,7 @@ new_classpath (const char * const *classpaths, unsigned int classpaths_count,
else
{
if (classpaths_count > 0)
- p--;
+ p--;
}
*p = '\0';
@@ -91,7 +91,7 @@ new_classpath (const char * const *classpaths, unsigned int classpaths_count,
/* Set CLASSPATH and returns a safe copy of its old value. */
char *
set_classpath (const char * const *classpaths, unsigned int classpaths_count,
- bool use_minimal_classpath, bool verbose)
+ bool use_minimal_classpath, bool verbose)
{
const char *old_CLASSPATH = getenv (CLASSPATHVAR);
char *result = (old_CLASSPATH != NULL ? xstrdup (old_CLASSPATH) : NULL);