Skip to content

Commit

Permalink
style: fix indention, add trailing linebreak
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed Jan 29, 2024
1 parent 34f83da commit 2c2aaa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/Arm/vm_multi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(camkes-vm-linux REQUIRED)
include(${CAMKES_VM_LINUX_HELPERS_PATH})

if("${PLATFORM}" STREQUAL "exynos5422")
# Create our CPP Flags based on ARM VM config variables
# Create our CPP Flags based on ARM VM config variables
set(cpp_flags "-DKERNELARMPLATFORM_EXYNOS5422")
elseif("${PLATFORM}" STREQUAL "qemu-arm-virt")
set(cpp_flags "-DKERNELARMPLATFORM_QEMU-ARM-VIRT")
Expand Down
4 changes: 2 additions & 2 deletions apps/x86/minimal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ AddToFileServer("rootfs.cpio" ${rootfs_file})
DeclareCAmkESVMRootServer(minimal.camkes)

if(SIMULATION)
include(simulation)
include(simulation)
GenerateSimulateScript()
endif()
endif()

0 comments on commit 2c2aaa4

Please sign in to comment.