diff options
author | Brad King <brad.king@kitware.com> | 2020-05-08 13:25:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-22 14:07:30 (GMT) |
commit | b3812c0e54c18d8fe9959624d8f09afc427a891e (patch) | |
tree | 1baa587dea13cf8f2f5208ada8f79552724c39c3 /Tests/RunCMake/FileAPI | |
parent | 9c48804b6917007fb7f9d0b8c137810b3b864256 (diff) | |
download | CMake-b3812c0e54c18d8fe9959624d8f09afc427a891e.zip CMake-b3812c0e54c18d8fe9959624d8f09afc427a891e.tar.gz CMake-b3812c0e54c18d8fe9959624d8f09afc427a891e.tar.bz2 |
Tests: Fix indentation in RunCMake.FileAPI cxx_exe.json
Diffstat (limited to 'Tests/RunCMake/FileAPI')
-rw-r--r-- | Tests/RunCMake/FileAPI/codemodel-v2-data/targets/cxx_exe.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/cxx_exe.json b/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/cxx_exe.json index 7631837..2d3eec6 100644 --- a/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/cxx_exe.json +++ b/Tests/RunCMake/FileAPI/codemodel-v2-data/targets/cxx_exe.json @@ -46,14 +46,14 @@ "compileCommandFragments": [ { "fragment" : "TargetCompileOptions", - "backtrace": [ + "backtrace": [ { "file": "^cxx/CMakeLists\\.txt$", "line": 17, "command": "target_compile_options", "hasParent": true }, - { + { "file" : "^cxx/CMakeLists\\.txt$", "line": null, "command": null, |