Skip to content

Commit

Permalink
Fix indentation in HPyLong_AsLongLong test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 12, 2020
1 parent 706d4da commit 4a0d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_hpylong.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_Long_AsLongLong(self):
long long a = HPyLong_AsLongLong(ctx, arg);
if ((a == (long long) -1) && HPyErr_Occurred(ctx))
return HPy_NULL;
return HPyLong_FromLongLong(ctx, a);
return HPyLong_FromLongLong(ctx, a);
}
@EXPORT(f)
@INIT
Expand Down

0 comments on commit 4a0d4ff

Please sign in to comment.