Home
last modified time | relevance | path

Searched refs:INDENTATION (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp17 static constexpr auto INDENTATION = 4; variable
H A Dtool_utils.hpp134 std::cout << i_jsonData.dump(constants::INDENTATION) << std::endl; in printJson()