just whitespace

This commit is contained in:
Tim Riker
2006-01-25 00:08:53 +00:00
parent f64ff682a3
commit c1ef7bdd8d
254 changed files with 2002 additions and 2002 deletions

View File

@@ -1,7 +1,7 @@
/*
* finddev.c -- this routine attempts to find a particular device in
* /dev
*
* /dev
*
* Copyright (C) 2000 Theodore Ts'o.
*
* %Begin-Header%
@@ -124,7 +124,7 @@ char *ext2fs_find_block_device(dev_t device)
add_to_dirlist("/devices", &list);
add_to_dirlist("/devfs", &list);
add_to_dirlist("/dev", &list);
while (list) {
current = list;
list = list->next;
@@ -150,7 +150,7 @@ char *ext2fs_find_block_device(dev_t device)
return ret_path;
}
#ifdef DEBUG
int main(int argc, char** argv)
{
@@ -194,5 +194,5 @@ int main(int argc, char** argv)
}
return 0;
}
#endif