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:
Christophe Fergeau 2015-07-20 20:55:47 +02:00
parent 12ab27180b
commit 5adcb1c340
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -151,7 +151,7 @@ channel BaseChannel {
Data migrate_data;
message {
uint64 time_stamp;
uint64 time_stamp;
link_err reason;
} @ctype(SpiceMsgDisconnect) disconnecting;
};