From 2c608168a222e9d36ba9c95564048e81523bc0d3 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 7 Jul 2023 17:36:46 +0200 Subject: [PATCH] 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). --- plug-ins/common/file-gif-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-gif-save.c b/plug-ins/common/file-gif-save.c index 1459d678a7..39332f8436 100644 --- a/plug-ins/common/file-gif-save.c +++ b/plug-ins/common/file-gif-save.c @@ -153,7 +153,7 @@ gif_create_procedure (GimpPlugIn *plug_in, gimp_procedure_set_documentation (procedure, _("exports files in GIF " "file format"), - /* xgettext: no-c-format */ + /* xgettext: no-c-format */ _("Export a file in GIF " "format, with possible animation, " "transparency, and comment. To export "