From b77abf0db7378a2bb8f225b59b941e3abe76adc8 Mon Sep 17 00:00:00 2001 From: AlbertoEAF Date: Sat, 7 Nov 2020 19:10:51 +0000 Subject: [PATCH] space --- swig/pointer_manipulation.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swig/pointer_manipulation.i b/swig/pointer_manipulation.i index 81e3ee40be22..d7e7b31e3dc5 100644 --- a/swig/pointer_manipulation.i +++ b/swig/pointer_manipulation.i @@ -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. @@ -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) \ No newline at end of file +%pointer_handle(void*, voidpp)