cmake list formatting fix
authorNico Weber <thakis@chromium.org>
Thu, 16 Jul 2020 22:29:48 +0000 (18:29 -0400)
committerNico Weber <thakis@chromium.org>
Thu, 16 Jul 2020 22:29:48 +0000 (18:29 -0400)
compiler-rt/lib/builtins/CMakeLists.txt

index f930234..058bfc8 100644 (file)
@@ -237,7 +237,9 @@ if (NOT FUCHSIA)
 endif()
 
 # These files are used on 32-bit and 64-bit x86.
-set(x86_ARCH_SOURCES cpu_model.c)
+set(x86_ARCH_SOURCES
+  cpu_model.c
+  )
 
 if (NOT MSVC)
   set(x86_ARCH_SOURCES