PEP8: fix E127: continuation line over-indented for visual indent
[samba.git] / source4 / scripting / devel / repl_cleartext_pwd.py
index d8a3285f09927599ddd6100e026d390e5d09a6ee..6cfa2a1323a15ab8f802d66eed68ed58734ce250 100755 (executable)
@@ -134,7 +134,7 @@ if __name__ == "__main__":
          store_dn_len, store_dn_ofs, \
          store_hwm_len, store_hwm_ofs, \
          store_utdv_len, store_utdv_ofs) = \
-         struct.unpack("<LLLLLLL", store_hdr)
+        struct.unpack("<LLLLLLL", store_hdr)
 
         store_dn = store_blob[store_dn_ofs:store_dn_ofs+store_dn_len]
         store_hwm_blob = store_blob[store_hwm_ofs:store_hwm_ofs+store_hwm_len]
@@ -396,7 +396,7 @@ if __name__ == "__main__":
                                      len(dn), dn_ofs,
                                      len(store_hwm_blob), hwm_ofs, \
                                      len(store_utdv_blob), utdv_ofs) + \
-                                     dn + store_hwm_blob + store_utdv_blob
+            dn + store_hwm_blob + store_utdv_blob
 
             tmp_file = "%s.tmp" % cookie_file
             f = open(tmp_file, 'wb')