libgimp: clean out some tabs.

This commit is contained in:
Jehan 2017-06-07 16:33:39 +02:00
parent b7dd2622d1
commit 406c0475bc
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ struct _GimpParam
main (int argc, char *argv[]) \ main (int argc, char *argv[]) \
{ \ { \
/* Use __argc and __argv here, too, as they work \ /* Use __argc and __argv here, too, as they work \
* better with mingw-w64. \ * better with mingw-w64. \
*/ \ */ \
return gimp_main (&PLUG_IN_INFO, __argc, __argv); \ return gimp_main (&PLUG_IN_INFO, __argc, __argv); \
} }
#else #else