summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-20 20:55:47 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-20 20:55:47 +0200
commit5adcb1c340ce7427991714b0b03f49bb81f502e1 (patch)
treee48b7dabc13df45b5dbe54bdd5887b15517840a0
parent12ab27180b3cae25096a1c5281a6f26d14470dc5 (diff)
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.
-rw-r--r--spice.proto4
-rw-r--r--spice1.proto2
2 files changed, 3 insertions, 3 deletions
diff --git a/spice.proto b/spice.proto
index 2889802..4ea1263 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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;
diff --git a/spice1.proto b/spice1.proto
index 67eb0e6..6adf312 100644
--- a/spice1.proto
+++ b/spice1.proto
@@ -151,7 +151,7 @@ channel BaseChannel {
Data migrate_data;
message {
- uint64 time_stamp;
+ uint64 time_stamp;
link_err reason;
} @ctype(SpiceMsgDisconnect) disconnecting;
};