mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35: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!\s+\n!\n!sg;' \
|
||||
-e ' $$p =~ s!\s+$$!!;' \
|
||||
-e ' $$p =~ s!\t! !g;' \
|
||||
-e ' print "$$p\n";' \
|
||||
-e ' $$n++;' \
|
||||
-e ' }' \
|
||||
-e '}' \
|
||||
-e 'BEGIN {' \
|
||||
-e ' print "/* -*- c -*- */\n";' \
|
||||
-e '}' \
|
||||
-e 'END {' \
|
||||
-e ' if ($$n < 300) {' \
|
||||
-e ' warn "WARNING: your pdwtags program is too old\n";' \
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* -*- c -*- */
|
||||
struct remote_nonnull_domain {
|
||||
remote_nonnull_string name;
|
||||
remote_uuid uuid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user