eccodes: fix indentation

This commit is contained in:
FX Coudert 2019-05-08 13:06:51 +02:00
parent 0f37d04a91
commit e515c8e2c3

View file

@ -25,7 +25,7 @@ class Eccodes < Formula
mkdir "build" do
system "cmake", "..", "-DENABLE_NETCDF=ON", "-DENABLE_PNG=ON",
"-DENABLE_PYTHON=OFF", *std_cmake_args
"-DENABLE_PYTHON=OFF", *std_cmake_args
system "make", "install"
end
end