From 77a0dc06a7cead4a1d38cdb68f1465cbeccf48c1 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 1 Mar 2011 19:51:21 -0500 Subject: Whitespace cleanup --- src/comp/front/extfmt.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/comp/front/extfmt.rs') diff --git a/src/comp/front/extfmt.rs b/src/comp/front/extfmt.rs index 938704b9..dfeb79de 100644 --- a/src/comp/front/extfmt.rs +++ b/src/comp/front/extfmt.rs @@ -1,14 +1,14 @@ /* The 'fmt' extension is modeled on the posix printf system. - * + * * A posix conversion ostensibly looks like this: - * + * * %[parameter][flags][width][.precision][length]type - * + * * Given the different numeric type bestiary we have, we omit the 'length' * parameter and support slightly different conversions for 'type': - * + * * %[parameter][flags][width][.precision]type - * + * * we also only support translating-to-rust a tiny subset of the possible * combinations at the moment. */ -- cgit v1.2.3