Skip to content

Commit

Permalink
Fixed weird unicode spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOctopus committed Jun 30, 2022
1 parent 4565f98 commit b6418e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/source/nl_mcm_module.psc
Original file line number Diff line number Diff line change
Expand Up @@ -930,11 +930,11 @@ int property OPTION_FLAG_DISABLED = 0x01 autoReadonly
{
See the original [SkyUI API](https://github.com/schlangster/skyui/wiki/MCM-API-Reference).
}
int property OPTION_FLAG_HIDDEN = 0x02 autoReadonly
int property OPTION_FLAG_HIDDEN = 0x02 autoReadonly
{
See the original [SkyUI API](https://github.com/schlangster/skyui/wiki/MCM-API-Reference).
}
int property OPTION_FLAG_WITH_UNMAP = 0x04 autoReadonly
int property OPTION_FLAG_WITH_UNMAP = 0x04 autoReadonly
{
See the original [SkyUI API](https://github.com/schlangster/skyui/wiki/MCM-API-Reference).
}
Expand Down

0 comments on commit b6418e2

Please sign in to comment.