Author: arekm
Date: Wed Mar 22 21:33:57 2006
New Revision: 7283

Modified:
   wireless-net/trunk/sbin/gen-wlan-files.py
Log:
Indent fix.

Modified: wireless-net/trunk/sbin/gen-wlan-files.py
==============================================================================
--- wireless-net/trunk/sbin/gen-wlan-files.py   (original)
+++ wireless-net/trunk/sbin/gen-wlan-files.py   Wed Mar 22 21:33:57 2006
@@ -22,9 +22,9 @@
     return True
 
 def run(cmd, failcheck=True):
-       ret = os.system(cmd)
-       if failcheck and ret != 0:
-               print "WARNING: Command [%s] failed!" % (cmd)
+    ret = os.system(cmd)
+    if failcheck and ret != 0:
+        print "WARNING: Command [%s] failed!" % (cmd)
     return ret
 
 is_p2p = run("iptables -m p2p --help > /dev/null 2>&1", False)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to