mirror of
https://github.com/golang/go
synced 2024-11-23 15:20:03 -07:00
delete double spaces from comment
This commit is contained in:
parent
605c9feeb1
commit
aba8874bd3
@ -2701,7 +2701,7 @@ func (c *typeConv) badJNI(dt *dwarf.TypedefType) bool {
|
||||
}
|
||||
|
||||
// jniTypes maps from JNI types that we want to be uintptrs, to the underlying type to which
|
||||
// they are mapped. The base "jobject" maps to the empty string.
|
||||
// they are mapped. The base "jobject" maps to the empty string.
|
||||
var jniTypes = map[string]string{
|
||||
"jobject": "",
|
||||
"jclass": "jobject",
|
||||
|
Loading…
Reference in New Issue
Block a user