aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/blkid/read.c
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
committerTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
commitc1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /e2fsprogs/blkid/read.c
parentf64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff)
downloadbusybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip
just whitespace
Diffstat (limited to 'e2fsprogs/blkid/read.c')
-rw-r--r--e2fsprogs/blkid/read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/blkid/read.c b/e2fsprogs/blkid/read.c
index 78464145d..08a3162f3 100644
--- a/e2fsprogs/blkid/read.c
+++ b/e2fsprogs/blkid/read.c
@@ -302,7 +302,7 @@ static int parse_tag(blkid_cache cache, blkid_dev dev, char **cp)
302 return ret; 302 return ret;
303 303
304 /* Some tags are stored directly in the device struct */ 304 /* Some tags are stored directly in the device struct */
305 if (!strcmp(name, "DEVNO")) 305 if (!strcmp(name, "DEVNO"))
306 dev->bid_devno = STRTOULL(value, 0, 0); 306 dev->bid_devno = STRTOULL(value, 0, 0);
307 else if (!strcmp(name, "PRI")) 307 else if (!strcmp(name, "PRI"))
308 dev->bid_pri = strtol(value, 0, 0); 308 dev->bid_pri = strtol(value, 0, 0);
@@ -389,7 +389,7 @@ void blkid_read_cache(blkid_cache cache)
389 cache->bic_filename)); 389 cache->bic_filename));
390 goto errout; 390 goto errout;
391 } 391 }
392 392
393 DBG(DEBUG_CACHE, printf("reading cache file %s\n", 393 DBG(DEBUG_CACHE, printf("reading cache file %s\n",
394 cache->bic_filename)); 394 cache->bic_filename));
395 395