Small style fixes
authorIustin Pop <iustin@google.com>
Tue, 13 May 2008 14:42:18 +0000 (14:42 +0000)
committerIustin Pop <iustin@google.com>
Tue, 13 May 2008 14:42:18 +0000 (14:42 +0000)
[Trunk version]

Reviwed-by: imsnah

scripts/gnt-cluster
scripts/gnt-debug [changed mode: 0644->0755]
scripts/gnt-job [changed mode: 0644->0755]

index f5514ff..036b30e 100755 (executable)
@@ -187,7 +187,7 @@ def VerifyCluster(opts, args):
     opts - class with options as members
 
   """
-  skip_checks=[]
+  skip_checks = []
   if opts.skip_nplusone_mem:
     skip_checks.append(constants.VERIFY_NPLUSONE_MEM)
   op = opcodes.OpVerifyCluster(skip_checks=skip_checks)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)