Skip to content

Commit fd2af48

Browse files
committed
more linting
1 parent dcc373d commit fd2af48

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

cpp/cmake_modules/BuildUtils.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ function(arrow_create_merged_static_lib output_target)
100100
OUTPUT_VARIABLE libtool_version
101101
OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_QUIET)
102102
if("${libtool_version}" MATCHES ".*cctools.+([0-9.]+).*")
103-
set(${result_var}
104-
TRUE
103+
set(${result_var}
104+
TRUE
105105
PARENT_SCOPE)
106106
else()
107-
set(${result_var}
108-
FALSE
109-
PARENT_SCOPE)
107+
set(${result_var}
108+
FALSE
109+
PARENT_SCOPE)
110110
endif()
111111
endfunction()
112112

@@ -123,7 +123,7 @@ function(arrow_create_merged_static_lib output_target)
123123
# HINTS is used before system paths and before PATHS, so we use that
124124
# even though hard coded paths should go in PATHS
125125
find_program(LIBTOOL_MACOS libtool
126-
HINTS /usr/bin /Library/Developer/CommandLineTools/usr/bin VALIDATOR
126+
HINTS /usr/bin /Library/Developer/CommandLineTools/usr/bin VALIDATOR
127127
validate_apple_libtool)
128128
if(NOT LIBTOOL_MACOS)
129129
message(FATAL_ERROR "Could not find Apple's libtool. GNU libtool is not compatible."

0 commit comments

Comments
 (0)