Page MenuHomePhabricator

Replace spaces with tabs in test/CMakeLists.txt
ClosedPublic

Authored by tobias_ruck on Mar 14 2023, 14:14.

Details

Reviewers
Fabien
sdulfari
Group Reviewers
Restricted Project
Commits
rABC8c4fffb3c650: Replace spaces with tabs in test/CMakeLists.txt
Summary

Somehow spaces (0x20) snuck into test/CMakeLists.txt, which confuses Phabricator's renderer. Using tabs (0x09) fixes this. See here for more details.

Depends on D13330.

Test Plan

Phabricator should render the changed code using 2 wide indents.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable