Skip to content

Commit

Permalink
fixup! replace tabs by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaiKinono committed Nov 25, 2020
1 parent 0172d73 commit ba501ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsers/julia.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ static kindDefinition JuliaKinds [] = {
{ true, 'g', "field", "Fields" },
{ true, 'm', "macro", "Macros" },
{ true, 'n', "module", "Modules",
ATTACH_ROLES(JuliaModuleRoles) },
ATTACH_ROLES(JuliaModuleRoles) },
{ true, 's', "struct", "Structures" },
{ true, 't', "type", "Types" },
{ true, 'x', "unknown", "name defined in other modules",
{ true, 'x', "unknown", "name defined in other modules",
.referenceOnly = true, ATTACH_ROLES(JuliaUnknownRoles) },
};

Expand Down

0 comments on commit ba501ba

Please sign in to comment.