Skip to content
Snippets Groups Projects
Commit d1248165 authored by Anna Lyons's avatar Anna Lyons
Browse files

trivial: style fix

parent cafda66d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ if(KernelPlatformImx8mq-evk OR KernelPlatformImx8mm-evk)
declare_seL4_arch(aarch64)
else()
message(
STATUS "Selected platform ${KernelPlatform} supports multiple architectures but none were given"
STATUS
"Selected platform ${KernelPlatform} supports multiple architectures but none were given"
)
message(STATUS " Defaulting to aarch64")
declare_seL4_arch(aarch64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment