diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-20 11:30:28 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-20 11:30:28 +0000 |
commit | 9dbd94421304e4bfca9dfb4883a7299b3fb2fe27 (patch) | |
tree | 90608280101218f60c7d9181b913e92ba895799d /util-linux | |
parent | 87dd90aa8ab4c88d3dee025044a419d8f2f49cd7 (diff) | |
download | busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.gz busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.tar.bz2 busybox-w32-9dbd94421304e4bfca9dfb4883a7299b3fb2fe27.zip |
fix accumulated whitespace and indentation damage
git-svn-id: svn://busybox.net/trunk/busybox@18176 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/fdisk_osf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c index dbb342886..afb8459a2 100644 --- a/util-linux/fdisk_osf.c +++ b/util-linux/fdisk_osf.c | |||
@@ -284,7 +284,7 @@ struct bsd_globals { | |||
284 | static struct bsd_globals *bsd_globals_ptr; | 284 | static struct bsd_globals *bsd_globals_ptr; |
285 | 285 | ||
286 | #define disklabelbuffer (bsd_globals_ptr->disklabelbuffer) | 286 | #define disklabelbuffer (bsd_globals_ptr->disklabelbuffer) |
287 | #define xbsd_dlabel (bsd_globals_ptr->xbsd_dlabel) | 287 | #define xbsd_dlabel (bsd_globals_ptr->xbsd_dlabel) |
288 | 288 | ||
289 | 289 | ||
290 | /* Code */ | 290 | /* Code */ |