Automatic whitespace cleanup
This commit is contained in:
parent
1fb71f8739
commit
b4a9359d84
@ -115,7 +115,7 @@ main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
// Make sure we have the minimum number of arguments.
|
// Make sure we have the minimum number of arguments.
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
usage();
|
usage();
|
||||||
|
|
||||||
// Which volume do we make the query on?
|
// Which volume do we make the query on?
|
||||||
// Default to the current volume.
|
// Default to the current volume.
|
||||||
@ -169,7 +169,7 @@ main(int argc, char **argv)
|
|||||||
fprintf(stderr, "%s: volume containing %s is not query-enabled\n", kProgramName, volumePath);
|
fprintf(stderr, "%s: volume containing %s is not query-enabled\n", kProgramName, volumePath);
|
||||||
else
|
else
|
||||||
perform_query(volume, argv[optind]);
|
perform_query(volume, argv[optind]);
|
||||||
} else {
|
} else {
|
||||||
// Okay, we want to query all the disks -- so iterate over
|
// Okay, we want to query all the disks -- so iterate over
|
||||||
// them, one by one, running the query.
|
// them, one by one, running the query.
|
||||||
BVolumeRoster volumeRoster;
|
BVolumeRoster volumeRoster;
|
||||||
|
Loading…
Reference in New Issue
Block a user