globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit

This commit is contained in:
Paul Davis 2015-10-04 15:11:15 -04:00
parent 4dc63966f0
commit 4178db5f63
56 changed files with 50764 additions and 50764 deletions

View file

@ -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;