From a759468da32537747797c60ec967f7cbae7b7cdf Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 30 Jun 2023 16:00:52 +0300 Subject: [PATCH] Fix whitespace --- libgm/binary/raw/conversations.proto | 4 ++-- libgm/binary/raw/pairing.proto | 2 +- libgm/binary/raw/responses.proto | 2 +- libgm/binary/raw/settings.proto | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libgm/binary/raw/conversations.proto b/libgm/binary/raw/conversations.proto index 64013c5..8d568eb 100644 --- a/libgm/binary/raw/conversations.proto +++ b/libgm/binary/raw/conversations.proto @@ -179,7 +179,7 @@ message SmallInfo { message LatestMessage { string content = 1; bool fromMe = 2; // isMe? - + string displayName = 4; //Unknown unknown = 5; } @@ -191,4 +191,4 @@ message Unknown { message Muted { bool isMuted = 1; -} \ No newline at end of file +} diff --git a/libgm/binary/raw/pairing.proto b/libgm/binary/raw/pairing.proto index 64ab57c..1afb596 100644 --- a/libgm/binary/raw/pairing.proto +++ b/libgm/binary/raw/pairing.proto @@ -46,4 +46,4 @@ message UrlData { bytes pairingKey = 1; bytes AES_CTR_KEY_256 = 2; bytes SHA_256_KEY = 3; -} \ No newline at end of file +} diff --git a/libgm/binary/raw/responses.proto b/libgm/binary/raw/responses.proto index 8a599ff..784cab7 100644 --- a/libgm/binary/raw/responses.proto +++ b/libgm/binary/raw/responses.proto @@ -16,4 +16,4 @@ message NewSession { message SendMessageResponse { conversations.MessageType type = 3; -} \ No newline at end of file +} diff --git a/libgm/binary/raw/settings.proto b/libgm/binary/raw/settings.proto index 06fced6..11a5d15 100644 --- a/libgm/binary/raw/settings.proto +++ b/libgm/binary/raw/settings.proto @@ -72,4 +72,4 @@ message BooleanFields3 { bool bool7 = 7; bool bool8 = 8; bool bool9 = 9; -} \ No newline at end of file +}