mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-29 07:50:08 +01:00
proto: remove two superfluous semicolons
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
44b986daec
commit
e885e5e3da
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ message Connect {
|
|||
}
|
||||
|
||||
message ConnectDone {
|
||||
};
|
||||
}
|
||||
|
||||
message Disconnect {
|
||||
}
|
||||
|
|
@ -159,7 +159,7 @@ message Property {
|
|||
string name = 1;
|
||||
string value = 2;
|
||||
uint32 permissions = 3;
|
||||
};
|
||||
}
|
||||
|
||||
message ClientMessage {
|
||||
oneof msg {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue