mirror of https://github.com/golang/go.git
Change spaces to tabs to match rest of file
This commit is contained in:
parent
596ab86b06
commit
22cd684e08
|
|
@ -354,7 +354,7 @@ class IfacePrinter:
|
||||||
|
|
||||||
if dtype is None: # trouble looking up, print something reasonable
|
if dtype is None: # trouble looking up, print something reasonable
|
||||||
return "({typename}){data}".format(
|
return "({typename}){data}".format(
|
||||||
typename=iface_dtype_name(self.val), data=self.val['data'])
|
typename=iface_dtype_name(self.val), data=self.val['data'])
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return self.val['data'].cast(dtype).dereference()
|
return self.val['data'].cast(dtype).dereference()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue