Skip to content

Commit bdafffa

Browse files
committed
more linting
1 parent dcc373d commit bdafffa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cpp/cmake_modules/BuildUtils.cmake

Lines changed: 5 additions & 5 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

0 commit comments

Comments
 (0)