summaryrefslogtreecommitdiff
path: root/tools/sanity_check/main.cpp
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-04 15:11:15 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-04 15:11:15 -0400
commit4178db5f632721eefb58c42d684fc10f8f4fb9da (patch)
treea549de293b1a4dd6b5c3f5070f44f95e5e829f46 /tools/sanity_check/main.cpp
parent4dc63966f0872efe768dad61eb9b8785d06b92d1 (diff)
globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit
Diffstat (limited to 'tools/sanity_check/main.cpp')
-rw-r--r--tools/sanity_check/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/sanity_check/main.cpp b/tools/sanity_check/main.cpp
index c1886b295f..2572aa4c94 100644
--- a/tools/sanity_check/main.cpp
+++ b/tools/sanity_check/main.cpp
@@ -1,12 +1,12 @@
/*
- *
- * program: sanityCheck
+ *
+ * program: sanityCheck
* file: main.c
* author: Todd Naugle
* date: 11/17/2010
- *
+ *
* Desc: Command line version of the sanity check functions found in jack
-*/
+*/
#include <algorithm>
#include <stdio.h>
@@ -262,7 +262,7 @@ ParseSwitches(
}
if (OK) {
- // All switches are at least valid, now check to make sure they are all valid to
+ // All switches are at least valid, now check to make sure they are all valid to
// be used together.
if (gSwitchesReceived.size() > 1) {
@@ -291,7 +291,7 @@ ParseSwitches(
}
else {
fprintf(stderr, "\n");
- fprintf(stderr, "ERROR - Invalid Option: %s\n", (const char *) argv[--i]);
+ fprintf(stderr, "ERROR - Invalid Option: %s\n", (const char *) argv[--i]);
fprintf(stderr, "Check syntax\n");
PrintUsage();
return false;