Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Oct 5, 2020
1 parent 545e714 commit fd3f79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/doxygen/doxy2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def tag_list_as_string(element_list):

definition["members"] = members
definitions.append(definition)

data["definitions"] = definitions

print(json.dumps(data, indent=2))

0 comments on commit fd3f79c

Please sign in to comment.