ocamlPackages.*: use spaces for indentation

This commit is contained in:
zowoq
2021-01-21 10:30:13 +10:00
parent 569987c1be
commit 8488ebab05
34 changed files with 429 additions and 430 deletions
@@ -5,10 +5,10 @@ then cstruct
else
buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src useDune2 meta;
pname = "cstruct-lwt";
inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.02";
propagatedBuildInputs = [ cstruct lwt ];
propagatedBuildInputs = [ cstruct lwt ];
}