[CRIU] [PATCH 2/4] use a modeline for zdtm.py to set noet
    Tycho Andersen 
    tycho.andersen at canonical.com
       
    Tue Nov  3 13:20:34 PST 2015
    
    
  
Most python uses spaces, so that's probably what people have their editors
configured to do. Since this file uses tabs, let's be explicit about it.
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 test/zdtm.py | 1 +
 1 file changed, 1 insertion(+)
diff --git a/test/zdtm.py b/test/zdtm.py
index 9474de0..4516ef4 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# vim: noet
 import argparse
 import yaml
 import os
-- 
2.5.0
    
    
More information about the CRIU
mailing list