Skip to content
Snippets Groups Projects
Commit 8a9ef8d9 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[variadic] syntax linting

parent 3bb7cf01
No related branches found
No related tags found
No related merge requests found
......@@ -635,7 +635,7 @@ let format_of_ikind = function
let format_of_fkind k = function
| FFloat -> None, `f
| FDouble ->
(match k with
(match k with
| Format_types.PrintfLike -> None, `f
| ScanfLike -> Some `l, `f)
| FLongDouble -> Some `L, `f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment