mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-26 01:35:46 +00:00
proto: Remove space before tab
There are 3 lines in spice.proto/spice1.proto which start with spaces and then contain a tab. This commit removes the spaces and only keep the tab.
This commit is contained in:
parent
12ab27180b
commit
5adcb1c340
@ -185,7 +185,7 @@ channel BaseChannel {
|
||||
Data migrate_data;
|
||||
|
||||
message {
|
||||
uint64 time_stamp;
|
||||
uint64 time_stamp;
|
||||
link_err reason;
|
||||
} @ctype(SpiceMsgDisconnect) disconnecting;
|
||||
};
|
||||
@ -887,7 +887,7 @@ channel DisplayChannel : BaseChannel {
|
||||
} monitors_config;
|
||||
|
||||
message {
|
||||
DisplayBase base;
|
||||
DisplayBase base;
|
||||
struct Composite {
|
||||
composite_flags flags;
|
||||
Image *src_bitmap;
|
||||
|
||||
@ -151,7 +151,7 @@ channel BaseChannel {
|
||||
Data migrate_data;
|
||||
|
||||
message {
|
||||
uint64 time_stamp;
|
||||
uint64 time_stamp;
|
||||
link_err reason;
|
||||
} @ctype(SpiceMsgDisconnect) disconnecting;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user