build: fix 'make check' with pdwtags

Problem introduced by commit b12354b.

* src/remote_protocol-structs: Remove spurious blank line.
This commit is contained in:
Eric Blake 2011-09-01 12:33:46 -06:00
parent 1282bd80f7
commit 7bc1c5cefe

View File

@ -1436,7 +1436,6 @@ struct remote_domain_migrate_get_max_speed_args {
struct remote_domain_migrate_get_max_speed_ret { struct remote_domain_migrate_get_max_speed_ret {
uint64_t bandwidth; uint64_t bandwidth;
}; };
struct remote_domain_events_register_any_args { struct remote_domain_events_register_any_args {
int eventID; int eventID;
}; };