mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
maint: use space, not tab, in remote_protocol-structs
* src/Makefile.am (remote_protocol-structs): Flatten tabs. * src/remote_protocol-structs: Likewise. Also add a hint to emacs to make it easier to keep spaces in the file.
This commit is contained in:
parent
d0c7254bf1
commit
009bd51b94
@ -195,10 +195,14 @@ remote_protocol-structs:
|
|||||||
-e ' $$p =~ s!\t*/\*.*?\*/!!sg;' \
|
-e ' $$p =~ s!\t*/\*.*?\*/!!sg;' \
|
||||||
-e ' $$p =~ s!\s+\n!\n!sg;' \
|
-e ' $$p =~ s!\s+\n!\n!sg;' \
|
||||||
-e ' $$p =~ s!\s+$$!!;' \
|
-e ' $$p =~ s!\s+$$!!;' \
|
||||||
|
-e ' $$p =~ s!\t! !g;' \
|
||||||
-e ' print "$$p\n";' \
|
-e ' print "$$p\n";' \
|
||||||
-e ' $$n++;' \
|
-e ' $$n++;' \
|
||||||
-e ' }' \
|
-e ' }' \
|
||||||
-e '}' \
|
-e '}' \
|
||||||
|
-e 'BEGIN {' \
|
||||||
|
-e ' print "/* -*- c -*- */\n";' \
|
||||||
|
-e '}' \
|
||||||
-e 'END {' \
|
-e 'END {' \
|
||||||
-e ' if ($$n < 300) {' \
|
-e ' if ($$n < 300) {' \
|
||||||
-e ' warn "WARNING: your pdwtags program is too old\n";' \
|
-e ' warn "WARNING: your pdwtags program is too old\n";' \
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user