mirror of https://github.com/GNOME/gimp.git
plug-ins: don't use Tabs indentation, only space.
This was introduced in commit 95fa902827
. Unfortunately Gitlab web UI is really
not good at showing indentation issues (or any other space coding style issues,
for that matter).
This commit is contained in:
parent
13dd829335
commit
2c608168a2
|
@ -153,7 +153,7 @@ gif_create_procedure (GimpPlugIn *plug_in,
|
||||||
gimp_procedure_set_documentation (procedure,
|
gimp_procedure_set_documentation (procedure,
|
||||||
_("exports files in GIF "
|
_("exports files in GIF "
|
||||||
"file format"),
|
"file format"),
|
||||||
/* xgettext: no-c-format */
|
/* xgettext: no-c-format */
|
||||||
_("Export a file in GIF "
|
_("Export a file in GIF "
|
||||||
"format, with possible animation, "
|
"format, with possible animation, "
|
||||||
"transparency, and comment. To export "
|
"transparency, and comment. To export "
|
||||||
|
|
Loading…
Reference in New Issue