From 1c5613728f887201c0b81dd6c53ce3a05be0c940 Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Thu, 9 Dec 2021 20:59:49 +0100 Subject: [PATCH] tools/uncrustify: Remove space between i18n function shortcuts and ( Part-of: --- tools/uncrustify.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index 9976620e2..f32b94186 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -120,6 +120,10 @@ nl_func_call_empty = remove # Add stars at the beginning of each line in multiline comments cmt_star_cont = true +# Remove space between glib/gettext i18n function shortcuts and ( +set func_call_user _ C_ I_ N_ NC_ P_ Q_ +sp_func_call_user_paren = remove + ################################################################################# # IGNORES #