Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aaa644

Browse files
committed
removed spaces
1 parent e9451db commit 7aaa644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ internal static IntPtr PyBytes_AS_STRING(IntPtr ob)
12111211
{
12121212
return ob + BytesOffset.ob_sval;
12131213
}
1214-
1214+
12151215
[DllImport(_PythonDll, CallingConvention = CallingConvention.Cdecl)]
12161216
internal static extern IntPtr PyUnicode_FromStringAndSize(IntPtr value, int size);
12171217
#elif PYTHON2

0 commit comments

Comments
 (0)