Change spaces to tabs to match rest of file

This commit is contained in:
Daniel Ingram 2018-12-22 17:10:43 -05:00
parent 596ab86b06
commit 22cd684e08

View file

@ -354,7 +354,7 @@ class IfacePrinter:
if dtype is None: # trouble looking up, print something reasonable
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:
return self.val['data'].cast(dtype).dereference()