summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/x-c.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-09-22 09:57:54 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:01 +0200
commitb002633add2677beb86292bd0a6d02bf16c591c3 (patch)
tree6c7b6036f9c701a5009783f60ff1c018f601f061 /gettext-tools/src/x-c.c
parent50f62cf8292bf0e349c4ca4114ba704da22d8730 (diff)
downloadexternal_gettext-b002633add2677beb86292bd0a6d02bf16c591c3.zip
external_gettext-b002633add2677beb86292bd0a6d02bf16c591c3.tar.gz
external_gettext-b002633add2677beb86292bd0a6d02bf16c591c3.tar.bz2
Whitespace changes.
Diffstat (limited to 'gettext-tools/src/x-c.c')
-rw-r--r--gettext-tools/src/x-c.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gettext-tools/src/x-c.c b/gettext-tools/src/x-c.c
index 47f6b72..05797fb 100644
--- a/gettext-tools/src/x-c.c
+++ b/gettext-tools/src/x-c.c
@@ -580,8 +580,8 @@ phase7_getc ()
return '\b';
/* The \e escape is preculiar to gcc, and assumes an ASCII
- character set (or superset). We don't provide support for it
- here. */
+ character set (or superset). We don't provide support for it
+ here. */
case 'f':
return '\f';
@@ -945,8 +945,8 @@ phase5_get (token_ty *tp)
default:
/* We could carefully recognize each of the 2 and 3 character
- operators, but it is not necessary, as we only need to recognize
- gettext invocations. Don't bother. */
+ operators, but it is not necessary, as we only need to recognize
+ gettext invocations. Don't bother. */
tp->type = token_type_symbol;
return;
}
@@ -1387,8 +1387,8 @@ extract_parenthesized (message_list_ty *mlp,
if (extract_all)
continue;
if (state
- ? extract_parenthesized (mlp, next_commas_to_skip,
- next_plural_commas)
+ ? extract_parenthesized (mlp, next_commas_to_skip,
+ next_plural_commas)
: extract_parenthesized (mlp, -1, 0))
return true;
state = 0;