Skip to content

Commit

Permalink
Code reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
5eeman committed Jan 12, 2024
1 parent acb09f7 commit fc0929e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/common/libs/polygonidcore/native_polygonidcore.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1648,9 +1648,9 @@ class NativePolygonIdCoreLib {
}

late final _arc4random_bufPtr = _lookup<
ffi
.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Size)>>(
'arc4random_buf');
ffi.NativeFunction<
ffi.Void Function(
ffi.Pointer<ffi.Void>, ffi.Size)>>('arc4random_buf');
late final _arc4random_buf = _arc4random_bufPtr
.asFunction<void Function(ffi.Pointer<ffi.Void>, int)>();

Expand Down Expand Up @@ -3742,7 +3742,7 @@ class __mbstate_t extends ffi.Union {

class __darwin_pthread_handler_rec extends ffi.Struct {
external ffi
.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void>)>>
.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Void>)>>
__routine;

external ffi.Pointer<ffi.Void> __arg;
Expand Down

0 comments on commit fc0929e

Please sign in to comment.