Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Nov 7, 2020
1 parent cae0cc0 commit b77abf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swig/pointer_manipulation.i
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) 2018 Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE file in the project root for license information.
*/
/**
/*!
* This SWIG interface extension provides support to
* the pointer manipulation methods present in the standard
* SWIG wrappers, but with support for larger arrays.
Expand Down Expand Up @@ -111,4 +111,4 @@ void NAME##_setitem(TYPE *ary, int64_t index, TYPE value);
%pointer_dereference(void*, voidpp)

/* Allow retrieving handle to void** */
%pointer_handle(void*, voidpp)
%pointer_handle(void*, voidpp)

0 comments on commit b77abf0

Please sign in to comment.