Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit98b4ef5

Browse files
committed
Fix whitespace
1 parent6c53ae1 commit98b4ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/runtime/converter.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ private static bool ToPrimitive(IntPtr value, Type obType, out object result, bo
539539
}
540540

541541
caseTypeCode.Boolean:
542-
result=Runtime.PyObject_IsTrue(value)!=0;
543-
returntrue;
542+
result=Runtime.PyObject_IsTrue(value)!=0;
543+
returntrue;
544544

545545
caseTypeCode.Byte:
546546
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp