cmake: Run cmake-format 0.5.1 on all CMake files. BUG=b/133175488 Change-Id: Ib7416fdc8af0bd228de4eb344384bf72930865f7
diff --git a/test/test_data_util.cmake b/test/test_data_util.cmake index 630c161..fab3314 100644 --- a/test/test_data_util.cmake +++ b/test/test_data_util.cmake
@@ -628,7 +628,7 @@ # writes it to $local_path. function(download_test_file file_url file_checksum local_path) message("Downloading ${file_url} ...") - file(DOWNLOAD "${file_url}" "${local_path}" SHOW_PROGRESS - EXPECTED_HASH SHA1=${file_checksum}) + file(DOWNLOAD "${file_url}" "${local_path}" SHOW_PROGRESS EXPECTED_HASH + SHA1=${file_checksum}) message("Download of ${file_url} complete.") endfunction()