From b4a9359d8496bef688bc27d5dcf1b01ffc4f5936 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 5 Jul 2011 23:00:02 +0200 Subject: [PATCH] Automatic whitespace cleanup --- src/bin/query.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/query.cpp b/src/bin/query.cpp index 7191014c6b..d7e553bde2 100644 --- a/src/bin/query.cpp +++ b/src/bin/query.cpp @@ -115,7 +115,7 @@ main(int argc, char **argv) { // Make sure we have the minimum number of arguments. if (argc < 2) - usage(); + usage(); // Which volume do we make the query on? // 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); else perform_query(volume, argv[optind]); - } else { + } else { // Okay, we want to query all the disks -- so iterate over // them, one by one, running the query. BVolumeRoster volumeRoster;