Skip to content

Commit

Permalink
[codingstd] trailing_space
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Feb 21, 2011
1 parent a4d4bdd commit ceb741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/structview.pmc
Expand Up @@ -214,7 +214,7 @@ C<uint16>, C<int32>, C<uint32>, C<int64>(*), and C<uint64>(*)
elt->type = elt_type;
elt_size = data_types[elt_type - enum_first_type].size;
elt_align = data_types[elt_type - enum_first_type].align;

switch (elt_type) {
/* aligned integer types */
case enum_type_INTVAL:
Expand Down

0 comments on commit ceb741c

Please sign in to comment.