app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs.

Rather than just discovering them by chance, a simple grep and some
search and replace are much more efficient! :-)
Cleaning only done on C and automake files.
This commit is contained in:
Jehan 2016-06-02 01:50:16 +02:00
parent 2781450c3b
commit 8a37c928eb
33 changed files with 15418 additions and 15429 deletions

View file

@ -453,7 +453,6 @@ gimp_eevl_lex (GimpEevl *eva)
gimp_eevl_lex_accept_count (eva, 1, s[0]); gimp_eevl_lex_accept_count (eva, 1, s[0]);
} }
else else
{ {
/* Attempt to parse a numeric value */ /* Attempt to parse a numeric value */
gchar *endptr = NULL; gchar *endptr = NULL;

View file

@ -1865,7 +1865,6 @@ static int yy_init_globals (void)
/* cern_lex_destroy is for both reentrant and non-reentrant scanners. */ /* cern_lex_destroy is for both reentrant and non-reentrant scanners. */
int cern_lex_destroy (void) int cern_lex_destroy (void)
{ {
/* Pop the buffer stack, destroying each element. */ /* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){ while(YY_CURRENT_BUFFER){
cern__delete_buffer(YY_CURRENT_BUFFER ); cern__delete_buffer(YY_CURRENT_BUFFER );

View file

@ -1507,7 +1507,6 @@ static int yy_get_next_buffer (void)
*/ */
void csim_restart (FILE * input_file ) void csim_restart (FILE * input_file )
{ {
if ( ! YY_CURRENT_BUFFER ){ if ( ! YY_CURRENT_BUFFER ){
csim_ensure_buffer_stack (); csim_ensure_buffer_stack ();
YY_CURRENT_BUFFER_LVALUE = YY_CURRENT_BUFFER_LVALUE =
@ -1524,7 +1523,6 @@ static int yy_get_next_buffer (void)
*/ */
void csim__switch_to_buffer (YY_BUFFER_STATE new_buffer ) void csim__switch_to_buffer (YY_BUFFER_STATE new_buffer )
{ {
/* TODO. We should be able to replace this entire function body /* TODO. We should be able to replace this entire function body
* with * with
* csim_pop_buffer_state(); * csim_pop_buffer_state();
@ -1597,7 +1595,6 @@ static void csim__load_buffer_state (void)
*/ */
void csim__delete_buffer (YY_BUFFER_STATE b ) void csim__delete_buffer (YY_BUFFER_STATE b )
{ {
if ( ! b ) if ( ! b )
return; return;
@ -1808,7 +1805,6 @@ YY_BUFFER_STATE csim__scan_buffer (char * base, yy_size_t size )
*/ */
YY_BUFFER_STATE csim__scan_string (yyconst char * yystr ) YY_BUFFER_STATE csim__scan_string (yyconst char * yystr )
{ {
return csim__scan_bytes(yystr,strlen(yystr) ); return csim__scan_bytes(yystr,strlen(yystr) );
} }
@ -1883,7 +1879,6 @@ static void yy_fatal_error (yyconst char* msg )
*/ */
int csim_get_lineno (void) int csim_get_lineno (void)
{ {
return csim_lineno; return csim_lineno;
} }
@ -1926,7 +1921,6 @@ char *csim_get_text (void)
*/ */
void csim_set_lineno (int line_number ) void csim_set_lineno (int line_number )
{ {
csim_lineno = line_number; csim_lineno = line_number;
} }
@ -1987,7 +1981,6 @@ static int yy_init_globals (void)
/* csim_lex_destroy is for both reentrant and non-reentrant scanners. */ /* csim_lex_destroy is for both reentrant and non-reentrant scanners. */
int csim_lex_destroy (void) int csim_lex_destroy (void)
{ {
/* Pop the buffer stack, destroying each element. */ /* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){ while(YY_CURRENT_BUFFER){
csim__delete_buffer(YY_CURRENT_BUFFER ); csim__delete_buffer(YY_CURRENT_BUFFER );

View file

@ -1843,7 +1843,6 @@ static int yy_init_globals (void)
/* ncsa_lex_destroy is for both reentrant and non-reentrant scanners. */ /* ncsa_lex_destroy is for both reentrant and non-reentrant scanners. */
int ncsa_lex_destroy (void) int ncsa_lex_destroy (void)
{ {
/* Pop the buffer stack, destroying each element. */ /* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){ while(YY_CURRENT_BUFFER){
ncsa__delete_buffer(YY_CURRENT_BUFFER ); ncsa__delete_buffer(YY_CURRENT_BUFFER );

View file

@ -1682,7 +1682,6 @@ id2vectors(PyObject *self, PyObject *args)
static PyObject * static PyObject *
pygimp_export_image (PyObject *self, PyObject *args, PyObject *kwargs) pygimp_export_image (PyObject *self, PyObject *args, PyObject *kwargs)
{ {
PyGimpImage *img; PyGimpImage *img;
PyGimpDrawable *drw = NULL; PyGimpDrawable *drw = NULL;
gchar *format_name = NULL; gchar *format_name = NULL;