Skip to content

scripting/workspace_wrapper: improve readability

Adds whitespace between documented members of the header file.

Currently the members are all bunched together, making it difficult to read as one flows directly into the next. This change adds a newline between each member, making it easier to read.

Merge request reports