PEP8: fix E302: expected 2 blank lines, found 1
[garming/samba-autobuild/.git] / python / samba / ndr.py
index 8879caf59a5d0a767d6d034c8cc01092b0d988ff..35b2414e8ae3f253aa06e00423580e0288e05239 100644 (file)
@@ -55,6 +55,7 @@ def ndr_print(object):
         raise TypeError("%r is not a NDR object" % object)
     return ndr_print()
 
+
 def ndr_pack_in(object, bigendian=False, ndr64=False):
     """Pack the input of an NDR function object.