From 6fbcdfbbb6a8ad2ba73bde2a5043b523df8ff244 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Jul 2011 00:23:51 +0300 Subject: Fix code style. --- src/utils/gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/gettext.h b/src/utils/gettext.h index 67d74aa19..696f0d4bf 100644 --- a/src/utils/gettext.h +++ b/src/utils/gettext.h @@ -39,7 +39,7 @@ #define gettext(s) (const_cast (s)) #define _(s) (const_cast (s)) #define N_(s) (const_cast (s)) -#define ngettext(s1,s2,i1) (const_cast (s1)) +#define ngettext(s1, s2, i1) (const_cast (s1)) #endif -- cgit v1.2.3-70-g09d2