mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-01 00:21:59 +03:00
Remove all trailing blanks; turn on the rule to detect them.
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files.
This commit is contained in:
@ -129,7 +129,7 @@ while i < 30:
|
||||
okay = 0
|
||||
t = -1
|
||||
break;
|
||||
|
||||
|
||||
if t == 0:
|
||||
break
|
||||
|
||||
|
@ -36,6 +36,6 @@ except:
|
||||
if dom2.name() != name0:
|
||||
print 'lookup of %s based on UUID brings a different domain %s' % (
|
||||
name0, dom2.name())
|
||||
|
||||
|
||||
print "OK"
|
||||
sys.exit(0)
|
||||
|
Reference in New Issue
Block a user