[CRIU] [PATCH 4/6] p.haul: replace spaces with tabs in indentation

Nikita Spiridonov nspiridonov at odin.com
Mon Oct 12 10:32:19 PDT 2015


It is bad idea to mix spaces and tabs in indentation in python code.
Replace spaces with tabs.

Signed-off-by: Nikita Spiridonov <nspiridonov at odin.com>
---
 p.haul |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/p.haul b/p.haul
index e2cd56e..9a1404b 100755
--- a/p.haul
+++ b/p.haul
@@ -35,12 +35,12 @@ parser.add_argument("-v", help="Verbosity level", default=phaul.criu_api.def_ver
 parser.add_argument("--keep-images", help="Keep images after migration", default=False, action='store_true')
 parser.add_argument("--dst-rpid", help="Write pidfile on restore", default=None)
 parser.add_argument("--img-path", help="Directory where to put images",
-		    default=phaul.images.def_path)
+	default=phaul.images.def_path)
 parser.add_argument("--pid-root", help="Path to tree's FS root")
 parser.add_argument("--force", help="Don't do any sanity (CPU compat) checks", default=False, action='store_true')
 parser.add_argument("--log-file", help="Write logging messages to specified file")
 parser.add_argument("-j", "--shell-job",help ="Allow migration of shell jobs",
-		    default=False, action='store_true')
+	default=False, action='store_true')
 
 args = parser.parse_args()
 
-- 
1.7.1



More information about the CRIU mailing list