From 49f549c9dccdb54a4f27931f8069baa73d1d1bf8 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 4 Nov 2013 23:19:37 +0100 Subject: Convert stray spaces to corresponding tabs --- tools/idevicescreenshot.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'tools') diff --git a/tools/idevicescreenshot.c b/tools/idevicescreenshot.c index d056dd0..8f5fcaf 100644 --- a/tools/idevicescreenshot.c +++ b/tools/idevicescreenshot.c @@ -124,16 +124,16 @@ int main(int argc, char **argv) void print_usage(int argc, char **argv) { - char *name = NULL; + char *name = NULL; - name = strrchr(argv[0], '/'); - printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); - printf("Gets a screenshot from a device.\n"); - printf("The screenshot is saved as a TIFF image in the current directory.\n"); - printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); - printf("the screenshotr service is not available.\n\n"); - printf(" -d, --debug\t\tenable communication debugging\n"); - printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); - printf(" -h, --help\t\tprints usage information\n"); - printf("\n"); + name = strrchr(argv[0], '/'); + printf("Usage: %s [OPTIONS]\n", (name ? name + 1: argv[0])); + printf("Gets a screenshot from a device.\n"); + printf("The screenshot is saved as a TIFF image in the current directory.\n"); + printf("NOTE: A mounted developer disk image is required on the device, otherwise\n"); + printf("the screenshotr service is not available.\n\n"); + printf(" -d, --debug\t\tenable communication debugging\n"); + printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); + printf(" -h, --help\t\tprints usage information\n"); + printf("\n"); } -- cgit v1.1-32-gdbae