mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
id_result.cpp: cosmetics (alignment)
This commit is contained in:
parent
ef7c52197d
commit
ddfb5cc92e
@ -33,8 +33,8 @@ static void
|
||||
output_container_unsupported_json(std::string const &filename,
|
||||
translatable_string_c const &info) {
|
||||
auto json = nlohmann::json{
|
||||
{ "identification_format_version", 2 },
|
||||
{ "file_name", filename },
|
||||
{ "identification_format_version", 2 },
|
||||
{ "file_name", filename },
|
||||
{ "container", {
|
||||
{ "recognized", true },
|
||||
{ "supported", false },
|
||||
|
Loading…
Reference in New Issue
Block a user