diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-05 13:08:06 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-05 13:08:06 -0500 |
| commit | f3a850f0f7f2547c80f4d1dac894788ca3546c33 (patch) | |
| tree | 77db3f275a0282ffb23eaa75ed45703ec27d5ab1 | |
| parent | c349359e71170c2fa78ac0fa22df07932ab47210 (diff) | |
whitespace
| -rw-r--r-- | test/memory/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/memory/CMakeLists.txt b/test/memory/CMakeLists.txt index ede5be4..8572dc2 100644 --- a/test/memory/CMakeLists.txt +++ b/test/memory/CMakeLists.txt @@ -1,9 +1,9 @@ set(BINARY pke_test_memory) set(TEST_SOURCE_FILES - main.cpp - general.cpp - ../../src/memory.cpp + main.cpp + general.cpp + ../../src/memory.cpp ) add_executable(${BINARY} ${TEST_SOURCE_FILES}) |
