Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-28 09:00:00 +0400
committerChristopher Faylor <me@cgf.cx>2000-10-28 09:00:00 +0400
commiteedc36cb12f20ed62f5dfeaea25c84c7c984cf5f (patch)
tree5171ebc934d3017789e207a6ce10f9627acc5b8c /winsup/utils/mount.cc
parent3c952fed3fecfe6aec09d07a5cbad293970da0a0 (diff)
Cleanup formatting on some files. Remove excessive whitespace.
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r--winsup/utils/mount.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc
index 2d1125f91..bf86d02fc 100644
--- a/winsup/utils/mount.cc
+++ b/winsup/utils/mount.cc
@@ -79,7 +79,7 @@ do_mount (const char *dev, const char *where, int flags)
{
if (force == FALSE)
fprintf (stderr, "%s: warning: %s is not a directory.\n", progname, where);
- }
+ }
exit (0);
}
@@ -167,7 +167,7 @@ main (int argc, const char **argv)
else
usage ();
}
-
+
if ((i + 2) != argc)
usage ();
@@ -259,7 +259,7 @@ change_cygdrive_prefix (const char *new_prefix, int flags)
if (mount (NULL, new_prefix, flags))
error (new_prefix);
-
+
exit (0);
}