aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/ntfs.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 15:57:44 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 15:57:44 +0100
commit60cb48ca50fcff24aa6c3927f51e4a508fa118f4 (patch)
tree493e30821f3d484b7395ce9d9e4be39ec9a43126 /util-linux/volume_id/ntfs.c
parentb8173b603f57dcf918a67f1ec00763ab5f4e1cf8 (diff)
downloadbusybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.gz
busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.bz2
busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.zip
whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/ntfs.c')
-rw-r--r--util-linux/volume_id/ntfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/volume_id/ntfs.c b/util-linux/volume_id/ntfs.c
index 547f141c9..7b2612f01 100644
--- a/util-linux/volume_id/ntfs.c
+++ b/util-linux/volume_id/ntfs.c
@@ -132,7 +132,7 @@ int FAST_FUNC volume_id_probe_ntfs(struct volume_id *id /*,uint64_t off*/)
132 dbg("mft record size %i", mft_record_size); 132 dbg("mft record size %i", mft_record_size);
133 133
134 buf = volume_id_get_buffer(id, off + mft_off + (MFT_RECORD_VOLUME * mft_record_size), 134 buf = volume_id_get_buffer(id, off + mft_off + (MFT_RECORD_VOLUME * mft_record_size),
135 mft_record_size); 135 mft_record_size);
136 if (buf == NULL) 136 if (buf == NULL)
137 goto found; 137 goto found;
138 138
@@ -165,7 +165,7 @@ int FAST_FUNC volume_id_probe_ntfs(struct volume_id *id /*,uint64_t off*/)
165 break; 165 break;
166 166
167 dbg("found attribute type 0x%x, len %i, at offset %i", 167 dbg("found attribute type 0x%x, len %i, at offset %i",
168 attr_type, attr_len, attr_off); 168 attr_type, attr_len, attr_off);
169 169
170// if (attr_type == MFT_RECORD_ATTR_VOLUME_INFO) { 170// if (attr_type == MFT_RECORD_ATTR_VOLUME_INFO) {
171// struct volume_info *info; 171// struct volume_info *info;