Skip to content

Commit 73cd91e

Browse files
committed
Fix trailing whitespace on lines 44 and 51
1 parent f392a7d commit 73cd91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/homebrew/mfc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ def install
4141
# Configure Cantera build
4242
# Cantera's scons needs explicit compiler selection and environment variables
4343
sdk_path = MacOS.sdk_path
44-
44+
4545
# Set environment variables that scons will use during compiler checks
4646
ENV["CC"] = ENV.cc
4747
ENV["CXX"] = ENV.cxx
4848
ENV["CFLAGS"] = "-isysroot#{sdk_path}"
4949
ENV["CXXFLAGS"] = "-isysroot#{sdk_path} -stdlib=libc++"
5050
ENV["SDKROOT"] = sdk_path.to_s
51-
51+
5252
# Run scons, explicitly telling it which compilers to use
5353
system(
5454
{ "SDKROOT" => sdk_path.to_s },

0 commit comments

Comments
 (0)