Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Nov 18, 2015
1 parent 42ba67a commit 73fe0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jltypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -3234,7 +3234,7 @@ void jl_init_types(void)
jl_sym_type->instance = NULL;
jl_sym_type->uid = jl_assign_type_uid();
jl_sym_type->struct_decl = NULL;
jl_sym_type->ditype = NULL;
jl_sym_type->ditype = NULL;
jl_sym_type->size = 0;
jl_sym_type->abstract = 0;
jl_sym_type->pointerfree = 0;
Expand Down

0 comments on commit 73fe0c5

Please sign in to comment.