Commit 472940f2 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Cleanup

parent d7e48e7e
...@@ -264,7 +264,7 @@ let sort_stylesheet = ...@@ -264,7 +264,7 @@ let sort_stylesheet =
String.compare stem_a b String.compare stem_a b
| None, Some (stem_b, tail_b) -> | None, Some (stem_b, tail_b) ->
String.compare a stem_b String.compare a stem_b
| _ -> | None, None ->
String.compare a b String.compare a b
in in
let cmp_decls (a, _, _) (b, _, _) = cmp a b in let cmp_decls (a, _, _) (b, _, _) = cmp a b in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment