diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 23:07:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 23:07:54 -0400 |
commit | efc6f628e15de95bcd13e4f0ee223cb42115d520 (patch) | |
tree | 7f486b4bc1a4c8fc47f236f1e95e33feee745f7c /misc/base_device.c | |
parent | 4690e621acd4579dae60b6f55f58284ee805e86d (diff) | |
download | android_external_e2fsprogs-efc6f628e15de95bcd13e4f0ee223cb42115d520.tar.gz android_external_e2fsprogs-efc6f628e15de95bcd13e4f0ee223cb42115d520.tar.bz2 android_external_e2fsprogs-efc6f628e15de95bcd13e4f0ee223cb42115d520.zip |
Remove trailing whitespace for the entire source tree
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/base_device.c')
-rw-r--r-- | misc/base_device.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/base_device.c b/misc/base_device.c index 6237d0e6..aad2ba05 100644 --- a/misc/base_device.c +++ b/misc/base_device.c @@ -5,12 +5,12 @@ * assure that we only fsck one partition on a particular drive at any * one time. Otherwise, the disk heads will be seeking all over the * place. If the base device can not be determined, return NULL. - * + * * The base_device() function returns an allocated string which must * be freed. - * + * * Written by Theodore Ts'o, <tytso@mit.edu> - * + * * Copyright (C) 2000 Theodore Ts'o. * * %Begin-Header% @@ -58,7 +58,7 @@ char *base_device(const char *device) /* Skip over /dev/dsk/... */ if (strncmp(cp, "dsk/", 4) == 0) cp += 4; - + /* * For md devices, we treat them all as if they were all * on one disk, since we don't know how to parallelize them. |