Skip to content

Commit e5e5947

Browse files
committed
Fix trailing whitespace on line 45
1 parent 2089f3c commit e5e5947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/homebrew/mfc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def install
4242
# Build flags that include SDK path and standard C++ include directories
4343
sdk_path = MacOS.sdk_path
4444
cxx_flags = "-isysroot#{sdk_path} -stdlib=libc++ -I#{sdk_path}/usr/include/c++/v1"
45-
45+
4646
# Run scons with the venv's Python so it can find installed packages
4747
system venv/"bin/python", "-m", "SCons", "build",
4848
"python_package=y",

0 commit comments

Comments
 (0)