Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-29 12:12:39 +00:00
parent 33c3b54d57
commit 0893220b2a
55 changed files with 347 additions and 347 deletions

View File

@@ -49,12 +49,12 @@ rtems_shell_nfs_mounter (
}
nfsInit (0, 0);
uidhost = strdup (device);
path = strchr (uidhost, ':');
*path = '\0';
path++;
ret = nfsMount(uidhost, path, (char*) mntpoint);
free (uidhost);