Fix whitespace errors as reported by 'git diff --check'

This commit is contained in:
Wolfgang Müller 2021-04-19 16:49:45 +02:00
parent e9ba313131
commit 2cd784b75c
85 changed files with 375 additions and 395 deletions

View File

@ -487,4 +487,3 @@ ChimeraGUI wd;
{
return(WWWGetDrawWidget(wd->www));
}

View File

@ -34,4 +34,3 @@ int MIMEFindData _ArgProto((MIMEHeader, char *, size_t, size_t *));
int MIMEWriteHeader _ArgProto((MIMEHeader, FILE *));
#endif

View File

@ -785,4 +785,3 @@ char *name;
return(atoi(value));
}

View File

@ -58,4 +58,3 @@ int URLReadTranslations _ArgProto((GList, char *));
char *URLTranslate _ArgProto((MemPool, GList, char *));
#endif

View File

@ -480,4 +480,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice
That's all there is to it!

View File

@ -295,4 +295,3 @@ MLElement p;
return;
}

View File

@ -897,4 +897,3 @@ HTMLEnv env;
HTable *ts = (HTable *)env->closure;
return(HTMLGetBoxWidth(li, ts->dbox));
}

View File

@ -559,4 +559,3 @@ ccf_gray_to_gray_conversion_convert(
return answer;
}

View File

@ -1037,4 +1037,3 @@ ddf_gray_convert_line_24(
/************************************************************************/

View File

@ -734,7 +734,3 @@ struct ifs_vector *if_vector;
if_vector->addDataProc = &gifAddData;
if_vector->getImageProc = &gifGetImage;
}

View File

@ -141,5 +141,3 @@ typedef struct _gif_state
#define GS_INIT_DECODER 8
#define GS_READ_SIG 9
#define GS_READ_IMAGE_HEADER 10

View File

@ -565,4 +565,3 @@ struct ifs_vector *if_vector;
if_vector->addDataProc = &pnmAddData;
if_vector->getImageProc = &pnmGetImage;
}

View File

@ -62,4 +62,3 @@ getcwd(buf, size)
strcpy(buf, realBuffer);
return buf;
}

View File

@ -350,5 +350,3 @@ static void dopr_outch( int c )
*output++ = c;
}
}

View File

@ -967,4 +967,3 @@ FTPInfo *fi;
return(f);
}