aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs/finddev.c
diff options
context:
space:
mode:
authortimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-25 00:08:53 +0000
committertimr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-25 00:08:53 +0000
commitfd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /e2fsprogs/ext2fs/finddev.c
parent45d75f9ecc8f2b582407059da7d414f990ced68a (diff)
downloadbusybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.gz
busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.bz2
busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.zip
just whitespace
git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/ext2fs/finddev.c')
-rw-r--r--e2fsprogs/ext2fs/finddev.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/e2fsprogs/ext2fs/finddev.c b/e2fsprogs/ext2fs/finddev.c
index c459c0833..552aa79c3 100644
--- a/e2fsprogs/ext2fs/finddev.c
+++ b/e2fsprogs/ext2fs/finddev.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * finddev.c -- this routine attempts to find a particular device in 2 * finddev.c -- this routine attempts to find a particular device in
3 * /dev 3 * /dev
4 * 4 *
5 * Copyright (C) 2000 Theodore Ts'o. 5 * Copyright (C) 2000 Theodore Ts'o.
6 * 6 *
7 * %Begin-Header% 7 * %Begin-Header%
@@ -124,7 +124,7 @@ char *ext2fs_find_block_device(dev_t device)
124 add_to_dirlist("/devices", &list); 124 add_to_dirlist("/devices", &list);
125 add_to_dirlist("/devfs", &list); 125 add_to_dirlist("/devfs", &list);
126 add_to_dirlist("/dev", &list); 126 add_to_dirlist("/dev", &list);
127 127
128 while (list) { 128 while (list) {
129 current = list; 129 current = list;
130 list = list->next; 130 list = list->next;
@@ -150,7 +150,7 @@ char *ext2fs_find_block_device(dev_t device)
150 return ret_path; 150 return ret_path;
151} 151}
152 152
153 153
154#ifdef DEBUG 154#ifdef DEBUG
155int main(int argc, char** argv) 155int main(int argc, char** argv)
156{ 156{
@@ -194,5 +194,5 @@ int main(int argc, char** argv)
194 } 194 }
195 return 0; 195 return 0;
196} 196}
197 197
198#endif 198#endif