summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos_misc.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
commit66b8047e52d02c9d440d3b95acc29f7db6ba0883 (patch)
treeafd34d1fc81f3ae2b21023e514fb4eaa95b4f61a /cpukit/libfs/src/dosfs/msdos_misc.c
parent2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-66b8047e52d02c9d440d3b95acc29f7db6ba0883.tar.bz2
Remove stray whitespaces.
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos_misc.c')
-rw-r--r--cpukit/libfs/src/dosfs/msdos_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c
index d49b89048b..f272d842a2 100644
--- a/cpukit/libfs/src/dosfs/msdos_misc.c
+++ b/cpukit/libfs/src/dosfs/msdos_misc.c
@@ -125,7 +125,7 @@ msdos_name_type(const char *name, int name_len)
#if MSDOS_NAME_TYPE_PRINT
printf ("MSDOS_NAME_TYPE: c:%02x type:%d\n", *name, type);
#endif
-
+
if ((type == MSDOS_NAME_INVALID) || (type == MSDOS_NAME_LONG))
return type;
@@ -170,7 +170,7 @@ msdos_name_type(const char *name, int name_len)
#endif
return MSDOS_NAME_LONG;
}
-
+
#if MSDOS_NAME_TYPE_PRINT
printf ("MSDOS_NAME_TYPE: SHORT[1]\n");
#endif
@@ -283,7 +283,7 @@ msdos_get_token(const char *path,
if (pathlen == 0)
return MSDOS_NO_MORE_PATH;
-
+
/*
* Check for a separator.
*/