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)); return(WWWGetDrawWidget(wd->www));
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -559,4 +559,3 @@ ccf_gray_to_gray_conversion_convert(
return answer; 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->addDataProc = &gifAddData;
if_vector->getImageProc = &gifGetImage; if_vector->getImageProc = &gifGetImage;
} }

View File

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

View File

@ -60,12 +60,12 @@ lf_info_callback(png_struct *state, png_info *info)
int orig_depth = 0; int orig_depth = 0;
pngState *png = (pngState *) png_get_progressive_ptr(state); pngState *png = (pngState *) png_get_progressive_ptr(state);
png_byte bit_depth = png_get_bit_depth(state, info), png_byte bit_depth = png_get_bit_depth(state, info),
color_type = png_get_color_type(state, info); color_type = png_get_color_type(state, info);
png_uint_32 width = png_get_image_width(state, info), png_uint_32 width = png_get_image_width(state, info),
height = png_get_image_height(state, info), height = png_get_image_height(state, info),
valid_tRNS = png_get_valid(state, info, PNG_INFO_tRNS), valid_tRNS = png_get_valid(state, info, PNG_INFO_tRNS),
valid_gAMA = png_get_valid(state, info, PNG_INFO_gAMA); valid_gAMA = png_get_valid(state, info, PNG_INFO_gAMA);
png_colorp palette; png_colorp palette;
png_color_16p trans_values; png_color_16p trans_values;
png_bytep trans; png_bytep trans;

View File

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

View File

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

View File

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

View File

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