From da0d2be695e7f081954ac5b7b27ffb9122ee5193 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 6 Mar 2013 21:02:33 -0500 Subject: [PATCH] Small cosmetic and newline change --- CLTool/src/clwin32.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CLTool/src/clwin32.cpp b/CLTool/src/clwin32.cpp index 5cb6663..62b51c4 100644 --- a/CLTool/src/clwin32.cpp +++ b/CLTool/src/clwin32.cpp @@ -52,15 +52,15 @@ #include "Image.h" void PrintUsage() { - fprintf(stderr, "Usage: tc [OPTIONS] imagefile\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "\t-l\t\tSave an output log.\n"); - fprintf(stderr, "\t-q \tSet compression quality level. Default: 50\n"); - fprintf(stderr, "\t-n \tCompress the image num times and give the average time and PSNR. Default: 1\n"); - fprintf(stderr, "\t-simd\t\tUse SIMD compression path\n"); - fprintf(stderr, "\t-t \tCompress the image using threads. Default: 1\n"); - fprintf(stderr, "\t-a \tCompress the image using synchronization via atomic operations. Default: Off\n"); - fprintf(stderr, "\t-j \tUse blocks for each work item in a worker queue threading model. Default: (Blocks / Threads)\n"); + fprintf(stderr, "Usage: tc [OPTIONS] imagefile\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "\t-l\t\tSave an output log.\n"); + fprintf(stderr, "\t-q \tSet compression quality level. Default: 50\n"); + fprintf(stderr, "\t-n \tCompress the image num times and give the average time and PSNR. Default: 1\n"); + fprintf(stderr, "\t-simd\t\tUse SIMD compression path\n"); + fprintf(stderr, "\t-t \tCompress the image using threads. Default: 1\n"); + fprintf(stderr, "\t-a \t\tCompress the image using synchronization via atomic operations. Default: Off\n"); + fprintf(stderr, "\t-j \tUse blocks for each work item in a worker queue threading model. Default: (Blocks / Threads)\n"); } void ExtractBasename(const char *filename, char *buf, uint32 bufSz) {