Skip to content

Commit

Permalink
whitespace polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Aug 28, 2015
1 parent 29e84a5 commit 7f0b8a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Basic/Core/Types.pm.PL
Expand Up @@ -130,7 +130,6 @@ my @types = (
# as there are many places in the code (.c/.xs/.pm/.pd)
# with tests like this:
# if (piddletype < PDL_F) { ... }

{
identifier => 'F',
pdlctype => 'PDL_Float',
Expand Down
1 change: 1 addition & 0 deletions Basic/Core/pdlapi.c
Expand Up @@ -641,6 +641,7 @@ void pdl_put_offs(pdl *it, PDL_Indx offs, PDL_Anyval value) {
pdl_set(it->data, it->datatype, &offs, &dummy1, &dummy2, 0, 1, value);
}


void pdl__addchildtrans(pdl *it,pdl_trans *trans,int nth)
{
int i; pdl_children *c;
Expand Down

0 comments on commit 7f0b8a9

Please sign in to comment.