Remove superfluous trailing white space from C files

This commit is contained in:
Douglas Clowes
2014-05-16 15:48:41 +10:00
parent 1881907e00
commit 4c65f82116
91 changed files with 1313 additions and 1313 deletions

View File

@@ -32,13 +32,13 @@ static void setTextSICSVar(char *VarName, char *value) {
/**
* @brief Update a SICS variable with the current status
*
*
* @param input, status from device
* @param identifier, status query identifier
*/
void AO_istatus(int input, char *identifier) {
int testVal;
if (strcasecmp(identifier, "QKK:TI1") == 0) {
testVal = 48 & input;
if (testVal == 32) { // Fast shutter open