]> sigrok.org Git - pulseview.git/commit
CMakeLists.txt: consistent whitespace in atomics check
authorVesa-Pekka Palmu <redacted>
Sun, 20 Nov 2022 18:45:09 +0000 (20:45 +0200)
committerGerhard Sittig <redacted>
Mon, 21 Nov 2022 13:28:29 +0000 (14:28 +0100)
commitd56edfc6b108b662a49e795b6af8df42ab6fb296
tree6071263b4fcb3b24940a64805c1a1ed3dba16921
parent3919e81ffabe47405d4894ec437af83b010f4d27
CMakeLists.txt: consistent whitespace in atomics check

Previous CMakeLists.txt rules used to mix TAB and SPACE indentation.
Consistently use TAB instead. This amends commit 4da54b6be6a1 which
introduced the check for the atomics library.

[ no change in behaviour, see whitespace ignoring diff to verify ]
CMakeLists.txt