summaryrefslogtreecommitdiffstats
path: root/stdlib/printf.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/printf.ml')
-rw-r--r--stdlib/printf.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/printf.ml b/stdlib/printf.ml
index 349f6e364..1797b8e80 100644
--- a/stdlib/printf.ml
+++ b/stdlib/printf.ml
@@ -77,7 +77,8 @@ let incomplete_format fmt =
Sformat.to_string fmt ^ "''")
;;
-(* Parses a string conversion to return the specified length and the padding direction. *)
+(* Parses a string conversion to return the specified length and the
+ padding direction. *)
let parse_string_conversion sfmt =
let rec parse neg i =
if i >= String.length sfmt then (0, neg) else