diff --git a/language-snippets.ent b/language-snippets.ent
index e0c1c66782e0..b37ae0ca0db7 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -3957,57 +3957,59 @@ local: {
-
-
- Flags
-
-
-
- Flag
- &Description;
-
-
-
-
- -
-
- Left-justify within the given field width;
- Right justification is the default
-
-
-
- +
-
- Prefix positive numbers with a plus sign
- +; Default only negative
- are prefixed with a negative sign.
-
-
-
- (space)
-
- Pads the result with spaces.
- This is the default.
-
-
-
- 0
-
- Only left-pads numbers with zeros.
- With s specifiers this can
- also right-pad with zeros.
-
-
-
- '(char)
-
- Pads the result with the character (char).
-
-
-
-
-
-
+
+ Flags
+
+
+
+
+
+ Flag
+ &Description;
+
+
+
+
+ -
+
+ Left-justify within the given field width;
+ Right justification is the default
+
+
+
+ +
+
+ Prefix positive numbers with a plus sign
+ +; Default only negative
+ are prefixed with a negative sign.
+
+
+
+ (space)
+
+ Pads the result with spaces.
+ This is the default.
+
+
+
+ 0
+
+ Only left-pads numbers with zeros.
+ With s specifiers this can
+ also right-pad with zeros.
+
+
+
+ '(char)
+
+ Pads the result with the character (char).
+
+
+
+
+
+
+
Width